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:
yarnyarn website startThis 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:fixThis will ensure all the files are formatted correctly.
yarn website buildThis command generates static content into the build directory and can be
served using any static contents hosting service.
yarn website deployDeploys the website to GitHub pages. Only committers can do this. At some point we'll automate it with GitHub actions.