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