Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed Apr 8, 2014
1 parent bb310b1 commit 6e491ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,13 @@ and add `${HOME}/node_modules/.bin` to the `PATH` environment variable.
```
git clone [email protected]:inab/dataportal.git
cd dataportal
npm install
# bower install should have been called by *npm install*
grunt
# if asks about d3, choose 2
npm install
# Some package installations could have overwritten something, so
git checkout -- public/lib/angular
# In the future, this command will be replaced by grunt
node server
```

The application will start on http:https://localhost:3000

0 comments on commit 6e491ec

Please sign in to comment.