Skip to main content

Documentation

This project utilizes Docusaurus to generate this static documentation website that is served via GitHub Pages. The code and content of the website are maintained in the /website directory of the repository.

To start a local development server execute npm run start.

To deploy your changes run npm run deploy. Depending on your git setup you may need to use environment settings.

Deployments are stored at and served from the branch gh-pages.