Snazzle SvelteKit

A port of the original alternative Scratch frontend to SvelteKit


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