Collaborative programming page using Share.JS, the ACE editor, and Node.JS.
Demo: http://collabit.herokuapp.com
brew/apt-get install node npmgit clone https://github.com/ehaughee/collabit.gitcd collabitnpm 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\binandC:\MingGW\binto 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.gitcd collabitnpm installnode app.js- Navigate to http://localhost:4000


