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.
- Download and start Chrome DevTools.app.
- Start an instance of Chrome with remote debugging enabled
- Wait a sec or click the refresh button.
- Targets should show up. Click "Go" next to your target.
- Bam. There go you.
- Run
npm install
- Run
bower install
- Run
grunt server
Run grunt run
and make sure you have node-webkit installed.
Run grunt server
Run grunt build
This project is highly experimental.