fileserver/old_backend/README.md
2022-08-28 17:38:21 +02:00

298 B

Mutzi's fileserver

Description

The most crackhead fileserver you will find on the market

Installation

npm install
cd frontend && npm install

Running the app

npm run start:dev

Run in parallel for building the frontend:

cd frontend && npm run serve