98acfa2e33
Gitlab authentication See merge request root/fileserver!3 |
||
---|---|---|
dto | ||
frontend | ||
src | ||
tools | ||
.eslintrc.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
.prettierrc | ||
nest-cli.json | ||
package.json | ||
README.md | ||
requests.http | ||
tsconfig.json | ||
webpack.config.ts | ||
yarn.lock |
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