Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 976 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 976 Bytes

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