Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 487 Bytes

hemlock-docs

Intro

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.

Contributing

  1. Preview the site locally
    npm ci
    npm start
    # or: npm run start -- --host 0.0.0.0
  2. Build and check for broken links
    npm run build