Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 337 Bytes

#js-workshop

Workshop tasks and in-browser JavaScript editor and evaluator.

Install

git clone git://github.com/gnab/js-workshop.git
cd js-workshop
bundle install # You need Ruby and the bundler gem (gem install bundler)

Run

rackup

The rackup command will launch the app at http://localhost:9292 by default.