update to astro 3

This commit is contained in:
Felix Roos 2023-11-02 09:13:29 +01:00
parent 326571b797
commit 419cf6c12b
9 changed files with 1685 additions and 1292 deletions

View file

@ -47,7 +47,7 @@ If you want to automatically deploy your site on push, go to `deploy.yml` and ch
## running locally
- install dependencies with `npm run setup`
- run dev server with `npm run repl` and open `http://localhost:3000/strudel/swatch/`
- run dev server with `npm run repl` and open `http://localhost:4321/strudel/swatch/`
## tests fail?