Split and refactor Readme

This commit is contained in:
Jonas Lochmann 2020-07-27 02:00:00 +02:00
parent 63db9e25b6
commit 4bbf2a65f7
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
9 changed files with 232 additions and 216 deletions

View file

@ -0,0 +1,18 @@
# npm Commands
This requires that you've installed Node.JS and NPM.
You need this for the development, but you don't need it
when deploying using Docker.
## npm start
This runs all pending migrations and starts the server.
## npm run build
This "compiles" the application.
## npm run lint:fix
This fixes the causes of lint warnings (where possible).