This is the source for the H3 documentation website.
The source of the pages in the documentation is in the docs directory.
The website is built using Docusaurus.
Building the documentation requires Node.js. To build and view the H3 documentation,
run the following from ./website
:
yarn
yarn start
You will then be able to open http://localhost:3000 in your browser.
Deployment is done via Docusaurus. You will need
to set GIT_USER
to your Github username, and then run:
USE_SSH=true yarn deploy