Files
strimserve/README.md
2023-06-30 16:22:08 +02:00

24 lines
289 B
Markdown

# strimserve
## install dependencies
Also useful: fonttools (regenerating icon font if necessary)
```bash
# npm packages
npm install
```
## running dev server
```bash
npm run dev
```
## Building
```bash
npm run build
```
You can preview the production build with `npm run preview`.