update README.md to reflect older changes in postinstall script
This commit is contained in:
parent
b67924532e
commit
786c4fdab2
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue