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
- Duplicate
.env.example
as.env
and adapt its values - Run in terminal:
npm install
npm run dev # or npm run build/preview