Use node instead of npm to start

This commit is contained in:
jomo 2014-11-29 23:19:52 +01:00
parent 4883531127
commit e80ddc79f3

View File

@ -22,5 +22,5 @@ You can [join us](https://webchat.esper.net/?channels=spongy) in #spongy on irc.
* `npm install`
* `redis-server`
* `cp "modules/config.example.js" "modules/config.js"`
* `npm start`
* `node server.js`
* Access [http://localhost:3000](http://localhost:3000)