See site at https://docs.committed.software.
The example show the usage and provides instructions for the @committed/gatsby-theme-docs.
On first use run:
To run use:
npm run startand the development site will be available on http://localhost:8000
To build run:
npm run buildThe equivalent commands are available in the root directory and uses workspaces to delegate.
Once built, to publish to the gh-pages branch
npm run site