Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 920 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 920 Bytes

Website

My personal website - accessible at https://adlzanchetta.github.io/.

Built using Docusaurus.

Installation

$ npm install

Local Development

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

When a page runs in local development but fails in the deployment step, this command can be used to help debugging.

Deployment

$ GIT_USER={...} GIT_PASS={...} GIT_USER_EMAIL={...} npm run deploy

NOTE: the value of GIT_PASS can be a Git token.

This command builds the website and pushes to the gh-pages branch.