Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.26 KB

An opinionated Sveltekit starter-template.

demo · https://bokit.braebo.dev


init

npx degit fractalhq/bokit app

run

cd app
npm install
npm run dev

next steps

  • 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.

some features