diff --git a/README.md b/README.md index b90ffb8..fed436a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ## Development -- `npm install` -- `npm run rebuild` - - might need to install some build tools depending on your platform +- `npm install`, the postinstall runs + - `npm run rebuild` + - 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 webpack` for frontend - `npm dev`