Updated container scripts/readme

This commit is contained in:
Dan Seripap 2016-02-25 13:12:08 -05:00
parent 409a68a9be
commit db9fc83712
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
web: port=$PORT npm start
web: npm run bundle && port=$PORT npm start

View File

@ -40,7 +40,7 @@
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "npm run bundle && node index.js",
"start": "node index.js",
"dev": "npm run bundle && gulp start",
"bundle": "gulp bundle",
"test": "npm run bundle && gulp test",

View File

@ -18,6 +18,7 @@ Simple encrypted web chat. Powered by [socket.io](http://socket.io) and the [web
npm test
# Start a local instance of darkwire
npm run bundle
npm start
# Changing ports, default is 3000