This website is built using Docusaurus 2, a modern static website generator.
Git clone this repository.
IMPORTANT: Run all commands in the root folder of the repository,
not inside /website
.
Install dependencies:
yarn
yarn website 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.
Before you submit a pull request, run:
yarn lint:fix
This will ensure all the files are formatted correctly.
yarn website build
This command generates static content into the build
directory and can be
served using any static contents hosting service.
yarn website deploy
Deploys the website to GitHub pages. Only committers can do this. At some point we'll automate it with GitHub actions.