Unified documentation for lukk (the Laravel package) and lukk-js (the TypeScript / Nuxt client), built with VitePress.
Both halves are documented as one story, organized by topic — each feature page carries a server section and a client section.
npm install
npm run docs:dev # local preview at http://localhost:5173/lukk/
npm run docs:build # static build → docs/.vitepress/distDeployed to https://stsepelin.github.io/lukk (supersedes the former per-repo docs sites).