statpixel/README.md

19 lines
207 B
Markdown
Raw Permalink Normal View History

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