Go to file
2022-08-25 13:39:58 +02:00
dto Moved dto to separate package 2022-08-25 13:39:58 +02:00
frontend Added frontend set_token 2022-08-24 21:26:31 +02:00
src Moved entities 2022-08-25 12:54:20 +02:00
tools Initial commit 2022-08-17 21:59:51 +02:00
.eslintrc.js Initial commit 2022-08-17 21:59:51 +02:00
.gitignore Initial commit 2022-08-17 21:59:51 +02:00
.gitlab-ci.yml Remove yarn.lock from CI 2022-08-25 12:27:22 +02:00
.prettierrc Initial commit 2022-08-17 21:59:51 +02:00
nest-cli.json Fixed nest cli 2022-08-23 21:49:36 +02:00
package.json Fixed webpack distribution 2022-08-25 12:49:28 +02:00
README.md Initial commit 2022-08-17 21:59:51 +02:00
requests.http Initial commit 2022-08-17 21:59:51 +02:00
tsconfig.json Made webpack distribution have als little dependencies als possible 2022-08-25 12:11:21 +02:00
webpack.config.ts Fixed webpack distribution 2022-08-25 12:49:28 +02:00
yarn.lock Add axios for gitlab authentication 2022-08-24 20:06:22 +02:00

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