Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 431 Bytes

Website

This website is built using Docusaurus 2, a modern static website generator.

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Quick Start

npm run build
npm run deploy

To build and deploy on another computer:

# install all the dependencies
npm install
npm run build
npm run deploy