statpixel/README.md

19 lines
207 B
Markdown

# statpixel
thingy with sveltekit
hosted on [vercel](https://now.sh)
## running
```
npm i
npm run dev -- # add --open if you want it to open in a new browser tab
```
### building
```
npm run build
```