Documentation is saved as static markdown files under src/content/docs
.
- Recommended to open VSCode editor by pressing
.
. - Open a markdown file inside
src/content/docs
directory - Save and commit
This static website is built with Astro Starlight.
To start the website locally
- clone this repo
- install dependencies with npm
- fetch all documenation pages
./runok.js docs
- start a dev server
npm run dev