Skip to content

mausvargas/chrome-devtools-app

 
 

Repository files navigation

Logo

Chrome DevTools App.

Chrome DevTools packaged as an app via node-webkit.

This project is an exploration of how much work it would take to seperate Chrome DevTools from Chrome itself and to explore what a seperation from the browser itself would bring to the table in terms new functionality, etc.

Intro Tools

How to get started

  1. Download and start Chrome DevTools.app.
  2. Start an instance of Chrome with remote debugging enabled
  3. Wait a sec or click the refresh button.
  4. Targets should show up. Click "Go" next to your target.
  5. Bam. There go you.

How to get started with the source?

  1. Run npm install
  2. Run bower install
  3. Run grunt server

How to start this app from source?

Run grunt run and make sure you have node-webkit installed.

How to start debug version of app in browser?

Run grunt server

How to make a new build?

Run grunt build

This project is highly experimental.

About

Chrome DevTools packaged as an app via node-webkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • CSS 4.6%
  • Python 2.3%
  • Java 1.1%