Snazzle SvelteKit
Welcome to the WIP SvelteKit port of Snazzle, also known as snazzle-sk
!
Installation
- Clone the repo
- Run:
npm install npm run build npm run preview
Then, navigate to the URL it gives you. Hit Ctrl-C to exit.
Instructions on how to deploy to a provider such as Vercel or Cloudflare will be added at a later date. We are working to be able support these services out of the box upon full release.
Contributing
- Fork the repo
- Run:
npm install npm run dev -- --open
- Make your changes
- Submit a PR