We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1bd8e commit 70fc610Copy full SHA for 70fc610
README.md
@@ -3,9 +3,8 @@ Algorithm and Blues
3
4
### The Rdio engineering blog
5
6
-To run a local version of the site, do the following:
+To run a local version of the site, do the following from the root of the repo:
7
8
- - Install [node.js](http://nodejs.org/)
9
- - Run `npm install .` from this directory.
10
- - run `grunt server`
11
- - Access the site at http://localhost:4000/
+```
+make server
0 commit comments