kirby-sveltekit

Kirby Sveltekit

[SETUP] SvelteKit frontend for Kirby CMS + KQL backend

Kirby SvelteKit

SvelteKit frontend for Kirby + KQL backend.

⚠️ This repository needs to be updated to work with the latest changes, see #5748 and #5774.

Backend Setup

See github.com/stuymedova/kirby-headless

Frontend Setup

Overview

.
├── src
│   └── routes
│       ├── api
│       │   └── […query].js
│       └── index.svelte
└── .env      

Prerequisites

Node.js and npm

Setup

  1. Duplicate .env.example as .env and adapt its values
  2. Run in terminal:
    npm install
    npm run dev # or npm run build/preview
    

Result

kirby-sveltekit

Top categories

Loading Svelte Themes