use npm start, not node <file>

This commit is contained in:
jomo 2015-01-09 19:30:24 +01:00
parent 04b5161285
commit bc2bb0bec0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: cp "modules/config.example.js" "modules/config.js" && node server.js web: cp "modules/config.example.js" "modules/config.js" && npm start

View File

@ -24,5 +24,5 @@ Please [visit the website](https://crafatar.com) for details.
* `npm install` * `npm install`
* `cp "modules/config.example.js" "modules/config.js"` * `cp "modules/config.example.js" "modules/config.js"`
* Ensure a `redis-server` is running * Ensure a `redis-server` is running
* `node server.js` * `npm start`
* Access [http://localhost:3000](http://localhost:3000) * Access [http://localhost:3000](http://localhost:3000)