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

32 lines
356 B
Markdown

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