26 lines
355 B
Markdown
26 lines
355 B
Markdown
# strimserve
|
|
|
|
## install dependencies
|
|
|
|
Also useful: fonttools (regenerating icon font if necessary)
|
|
|
|
```bash
|
|
# npm packages
|
|
npm install
|
|
```
|
|
|
|
Copy `.env` to `env.tpl` and insert the correct folder locations
|
|
|
|
## running dev server
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
## Building
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
You can preview the production build with `npm run preview`.
|