change all woach references

This commit is contained in:
Badtz 2025-05-08 15:26:23 -07:00
parent ea255a00e3
commit 26ab74c3ad
2 changed files with 8 additions and 6 deletions

View file

@ -1,17 +1,18 @@
# wip sveltekit site for anylists
## Setup
```bash
bun install # install dependencies
bun run types # generate types from: https://winry.woach.me/Julia/anylists
bun run types # generate types from: https://winry.woach.me/Spoor/lexicons
```
## Developing
start the development server
```bash
bun run dev
```
@ -25,6 +26,7 @@ bun run build
```
preview the static site with:
```bash
bun run preview
```