An app for running collaborative coding excersizes/demos in javascript. Pretty rudimentary, but not bad for about 8 hours/work total.
Here are some very technical instructions for installing and running. It's not really geared toward totally novice users, but with enough effort, you can get it running.
- Install
git
(google: install git) - Install
node
(google: nodejs) - Open a command window (Terminal.app in Mac OSX)
- Navigate to your favorite directory (or just do nothing)
- Run:
git clone [email protected]:katzgrau/hour-of-code-developer.git
- Run:
cd hour-of-code-developer
- Run:
npm install
- Run:
npm start
- Open a browser to http://127.0.0.1:5000/