fixup image sizes
Chatspaces is a private chat app for sending messages to your contacts. It currently requires Persona for authentication.
Email me at jfong@mozilla.com
Thanks!
Clone the repository
> git clone git://github.com/mozilla/chatspaces.git
Install node by using brew or through the website http://nodejs.org/#download
Install redis via brew and make sure the server is running: redis-server &
redis-server &
> npm -g install nodemon bower > cd chatspaces > npm install > bower install > cp local.json-dist local.json > npm start
Open your browser at the following URL http://localhost:3000
> ./bin/resetDb.js
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Chatspaces
What this is
Chatspaces is a private chat app for sending messages to your contacts. It currently requires Persona for authentication.
Project Information
Current development stage
Features for v.1 (No new features will be added/discussed until post-MWC)
Features that may be considered/discussed for post-MWC
Filing bugs
On IRC
Via email
Email me at jfong@mozilla.com
Thanks!
Supported browsers
Installation instructions
Clone the repository
Install node by using brew or through the website http://nodejs.org/#download
Install redis via brew and make sure the server is running:
redis-server &Open your browser at the following URL http://localhost:3000
Resetting your database