fileserver/README.md

19 lines
298 B
Markdown
Raw Normal View History

2022-08-17 19:59:51 +00:00
# Mutzi's fileserver
## Description
The most crackhead fileserver you will find on the market
## Installation
```bash
npm install
cd frontend && npm install
```
## Running the app
```bash
npm run start:dev
```
Run in parallel for building the frontend:
````bash
cd frontend && npm run serve
````