From 41da378e8ca81dd5a5f2af6ff9f104518dc117a3 Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Fri, 28 Jun 2013 12:46:47 +0300 Subject: [PATCH] updated readme to make sure that people understand to open a browser on port 3000 in the end of the install, fixes #5 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf7268549..8ba2f7e3a5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,11 @@ See the [config](config/) folder and especially the [config.js](config/config.js Start the server: $ node server - + + Then open a browser and go to + + $ http://localhost:3000 + ## The Future We are currently working on a extendable module system to make it more like a framework with support for modern web development requirements.