$ cd website
$ npm install
$ npm run start
then access to here.
- Add new
.mdfiles in./docs/directory. - Edit
website/sidebars.jsonfile.
$ 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.