fileserver/old_backend/README.md

19 lines
298 B
Markdown
Raw Normal View History

2022-08-28 15:37:09 +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
````