Files
strimserve/README.md
2025-02-07 12:14:41 +01:00

26 lines
432 B
Markdown

# strimserve
## install dependencies
Also useful: fonttools (regenerating icon font if necessary)
```bash
# npm packages
bun --bun install
```
Copy `.env` to `env.tpl` and insert the correct folder locations
## running dev server
```bash
bun --bun run dev
```
## Building
```bash
bun --bun run build
```
You can preview the production build with `bun --bun run preview`, just remember that it will use prod folder locations