356 B
356 B
wip sveltekit site for anylists
Setup
bun install # install dependencies
bun run types # generate types from: https://winry.woach.me/Spoor/lexicons
Developing
start the development server
bun run dev
Building
build with ssg:
bun run build
preview the static site with:
bun run preview