mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
README fix
This commit is contained in:
parent
4f1ccc426d
commit
9a58973177
@ -19,8 +19,11 @@ export DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash
|
|||||||
## Important commands:
|
## Important commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
// Install dependencies
|
||||||
|
npm install
|
||||||
|
|
||||||
// Make sure DATABASE_URL is set and run migrations in your local DB
|
// Make sure DATABASE_URL is set and run migrations in your local DB
|
||||||
db-migrate up
|
./node_modules/.bin/db-migrate up
|
||||||
|
|
||||||
// Start server in dev-mode:
|
// Start server in dev-mode:
|
||||||
npm run start-dev
|
npm run start-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user