Quickstart for Web Console Browser Extensions development
mainTo develop the Web Console browser extensions, clone the repository, install dependencies, and run the Chrome extension task using Rake.
Note: This process requires having git, bundle, and rake installed on your system.
$ git clone https://github.com/rails/web-console.git
$ cd web-console
$ bundle install
$ bundle exec rake ext:chrome:run