Real-time meeting minutes collaboration tool. Take and edit minutes in real-time with other attendees of the meeting.
This project is still in alpha, you would be crazy (crazy cool) to attempt to use it in a production environment
This application requires Redis, Node.js and Node Package Manager (NPM). To install other dependencies, run npm install
from the project directory.
Git clone this project to a local directory (git clone git://github.com/slukehart/bitmote.git bitmote
). Then run bitmote/app.js
using Node (Example: node bitmote/app.js
). BitMote will run on port 8000, so this port must be available. BitMote also requires that the Redis server is running.
This project is licensed under the MIT license. Please read LICENSE
for more information.