From 6bd917a7d3badf046a17736891966b1671bb65df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 15 Feb 2017 22:26:08 +0100 Subject: [PATCH] Update developer-guide.md --- docs/developer-guide.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 5091eee647..5f310a5c47 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -36,19 +36,14 @@ We have created a script to ease this process: `scripts/docker-postgres.sh` // Install dependencies npm install -// Build unleash-frontend -// (yes this is a bit wierd and be easier when we have a release of the frontend artifact). -// You can of course "npm link unleash-frontend" instead -cd node_modules/unleash-frontend && npm install - // Start server in development npm start:dev -// Admin dashboard +// Unleash UI http://localhost:4242 -// Feature API: -http://localhost:4242/api/features +// API: +http://localhost:4242/api/ // Execute tests in all packages: npm test