A sort-of-static site generator optimized for living documentation of software projects.
See the full usage documentation here.
- Yarn v1.x
- Node v18.x
yarn build
compiles & builds source codeyarn lint
lints source codeyarn test
runs unit test suitesyarn deploy
pushes docs built in thepackages/docs/dist
folder to thegh-pages
branch
For maintainers only: