update README.md to reflect older changes in postinstall script

This commit is contained in:
Xymorot 2019-06-23 18:16:09 +02:00
parent b67924532e
commit 786c4fdab2
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
## Development ## Development
- `npm install` - `npm install`, the postinstall runs
- `npm run rebuild` - `npm run rebuild`
- might need to install some build tools depending on your platform - might need to install some build tools depending on your platform
- `npm run typeorm:migrate` for installing the database
- `npm run tsc` for backend - `npm run tsc` for backend
- `npm run webpack` for frontend - `npm run webpack` for frontend
- `npm dev` - `npm dev`