1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Updating dev mode documentation

This commit is contained in:
Gard Rimestad 2014-11-12 13:14:07 +01:00 committed by Ivar Conradi Østhus
parent c3f76b5ae2
commit 0f08aa1f0a

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