#js-workshop
Workshop tasks and in-browser JavaScript editor and evaluator.
git clone git://github.com/gnab/js-workshop.git
cd js-workshop
bundle install # You need Ruby and the bundler gem (gem install bundler)
rackup
The rackup
command will launch the app at http://localhost:9292 by default.