The JavaScript community chat.
Prerequisites:
redis-server
(Installation instructions)node
~0.10.17
npm
~1.3.8
Five steps to start developing:
npm install
npm run setup
npm run compile
npm run watch
- Go to http://localhost:8080
To build desktop app:
npm run build-app
To package desktop app:
npm run package
To publish desktop app:
- update version for client, build and package an app
- commit and push new desktop packages to [email protected]:openconf/jschatapp.git
- update version in package.json
- commit and push into repo
If you have any troubles, try to do the same with administrator permissions.
npm start
- just starts servernpm test
- runs server testsnpm run compile
- compiles client foldernpm run watch
- watches client folder changes and refresh browser (server is also running)
Ordered by date of first contribution. Auto-generated on Thu Oct 10 2013 05:59:08 GMT-0300 (BRT).