SvelteKit frontend for Kirby + KQL backend.
⚠️ This repository needs to be updated to work with the latest changes, see #5748 and #5774.
See github.com/stuymedova/kirby-headless
.
├── src
│ └── routes
│ ├── api
│ │ └── […query].js
│ └── index.svelte
└── .env
.env.example
as .env
and adapt its valuesnpm install
npm run dev # or npm run build/preview