An opinionated Sveltekit starter-template.
demo · https://bokit.braebo.dev
npx degit fractalhq/bokit app
cd app
npm install
npm run dev
-
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.