Skip to content

FractalHQ/frackit

Repository files navigation

Minimal Sveltekit Starter Template.


download

npx degit fractalhq/frackit app

launch

cd app
npm install
npm run dev

cusomize

  • Generate static files with realfavicongenerator and drop the result into /static to replace content like icons / pwa metadata with your own.

  • Generate metatags here and paste them into /src/app.html to replace the meta with your own.

features