$ cd website
$ npm install
$ npm run start
then access to here.
- Add new
.md
files in./docs/
directory. - Edit
website/sidebars.json
file.
$ cd website
$ GIT_USER=<GIT_USER> USE_SSH=true npm run publish-gh-pages
GIT_USER
: The username for a GitHub account that has commit access to this repo.