Collaborative programming page using Share.JS, the ACE editor, and Node.JS.
Demo: http://collabit.herokuapp.com
brew/apt-get install node npm
git clone https://github.com/ehaughee/collabit.git
cd collabit
npm install
- Optionally, if you are using VSCode and want intellisense:
npm run devsetup
- And if you want to run the tests:
npm test
npm start
- Navigate to http://localhost:4000
- Install Node: http://nodejs.org/download/
- Install NPM: https://npmjs.org/doc/README.html#Fancy-Windows-Install
- Install MinGW: http://sourceforge.net/projects/mingw/files/
- From MinGW, install the msys and mingw32-base packages
- Add
C:\MingGW\msys\1.0\bin
andC:\MingGW\bin
to your PATH - Install msysgit: https://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git Make sure to select the following option during msysgit install (everything else can be defaults):
git clone https://github.com/ehaughee/collabit.git
cd collabit
npm install
node app.js
- Navigate to http://localhost:4000