npm i -g pnpm).Use this repository as a GitHub template (the Use this template button), or clone it directly:
That starts the dev server at http://localhost:3001. Edit any file under
content/ and the page reloads.
Create a Markdown file anywhere under content/ — the path becomes the route:
Then add it to the sidebar in src/navigation.ts:
Note
Pages don't have to be listed in navigation.ts to render — but only listed
pages appear in the sidebar. Use { auto: 'guides' } to include a whole folder.
The build also generates the search index, sitemap, llms.txt, and per-page
Markdown into public/. Output lands in dist/.