Powered by Docusaurus.
cd website
yarn install
yarn start
All change should be made on the wip
branch with pull requests against master
.
Please check your changes against the checklist in CONTRIBUTING.md before submitting a pull request.
Use the provided deploy.sh
or the following commands and environment variables to deploy a new release.
cd website
yarn install
GIT_USER=<user> CURRENT_BRANCH=master USE_SSH=true yarn deploy