32 lines
356 B
Markdown
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
|
|
```
|