Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 509 Bytes

File metadata and controls

16 lines (12 loc) · 509 Bytes

handbook.dude.fi

The public handbook for Digitoimisto Dude Oy, published at handbook.dude.fi.

Development

npm install
npm run dev    # local dev server at http://localhost:3000
npm run build  # static export to ./out

Content lives as markdown in content/docs/ — the file path maps directly to the page URL (e.g. content/docs/security-policy.md/security-policy). The site is statically exported and deployed to Cloudflare Pages.