Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 543 Bytes

Wagtail Pipit Svelte Kit

This app intends to be a plug and play frontend if you want to use Svelte with the Wagtail Pipit boilerplate.

How to use

  1. Initialize a new Wagtail Pipit project
  2. Remove the frontend directory that comes with Pipit
  3. Replace it with the contents of this git repo

E.g.

$ cd My-Awesome-Project
$ rm -rf frontend && npx degit rinti/Wagtail-Pipit-Svelte-Kit frontend

Now you can use Svelte as a frontend!

For local dev you just

npm run dev -- --host