Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

SnarpleDev/snazzle-sk

Repository files navigation

NOTE: Snazzle SvelteKit is now defunct. Please use the Flask version of Snazzle instead.

snazzle-banner

Snazzle SvelteKit

Welcome to the WIP SvelteKit port of Snazzle, also known as snazzle-sk!

Installation

  1. Clone the repo
  2. 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

  1. Fork the repo
  2. Run:
    npm install
    npm run dev -- --open
  3. Make your changes
  4. Submit a PR