Provide host as settings and add npm run start script

This commit is contained in:
James Allen
2017-12-29 08:05:03 +00:00
parent d9793a9431
commit 0567664c77
2 changed files with 8 additions and 4 deletions

View File

@@ -6,6 +6,10 @@
"type": "git",
"url": "https://github.com/sharelatex/chat-sharelatex.git"
},
"scripts": {
"compile:app": "coffee -o app/js -c app/coffee && coffee -c app.coffee",
"start": "npm run compile:app && node app.js"
},
"dependencies": {
"async": "0.2.9",
"coffee-script": "~1.7.1",