ā ļø Work in progress - use at your own risk
This repo is my own starterkit for Kirby 3 projects with SvelteKit. Featuring Kirby CMS and Kirby Headless.
In Terminal, go to your production folder:
cd path/to/my/folder
Clone this repository with the submodules
git clone https://github.com/sinanatra/kirby-sveltekit NAME-OF-MY-FOLDER
cd NAME-OF-MY-FOLDER
git clone --depth=1 https://github.com/sinanatra/kirby-headless.git admin/
rm -rf ./admin/.git
Install and run Kirby
cd admin
composer install
composer update
composer start
{url}/panel
.Separately install dependencies with yarn
cd ../
yarn
Run and build the development environment.
yarn dev
yarn build
.
āāāā admin
ā āāā content
ā āāā kirby
ā āāā media
ā āāā site
ā ā āāā blueprints
ā ā ā āāā users
ā ā ā āāā api.yml
ā ā ā āāā default.yml
ā ā āāā config
ā ā ā āāā config.php
ā ā āāā plugins
ā ā āāā kql
ā āāā vendor
ā
āāā src
ā āāā components
ā āāā routes
ā āāā +layout.svelte
ā āāā +page.svelte
ā āāā +page.js
ā āāā api
ā āāā query
ā āāā +server.js
āāā static
āāā package.json
āāā svelte.config.js