27 lines
433 B
Markdown
27 lines
433 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
|