Here be documentation for the Hemlock mobile apps, and the Evergreen users and administrators that support them.
These docs are published to https://kenstir.github.io/hemlock-docs/ from the main
branch and we built using Docusaurus.
- Preview the site locally
npm ci npm start # or: npm run start -- --host 0.0.0.0
- Build and check for broken links
npm run build