1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Updating dev mode documentation

This commit is contained in:
Gard Rimestad 2014-11-12 13:14:07 +01:00
parent 8286601522
commit 7db644bc6e

View File

@ -39,7 +39,7 @@ export DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash
./node_modules/.bin/db-migrate up
// Start server in dev-mode:
npm run start-dev
npm run dev
// Admin dashboard
http://localhost:4242