frontend/README.md
2025-05-08 15:26:23 -07:00

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