项目作者: charlieknoll
项目描述 :
Express app for automating the chrome dev tools experience, enhanced with autohotkey
高级语言: JavaScript
项目地址: git://github.com/charlieknoll/chrome-dev-tools-controller.git
IMPORTANT: Be sure to close all instances of brave or chrome before starting in debugger mode.
Requirements
Getting Started
- Start up your local dev enivironment (e.g. your app running on localhost:8080)
- Start brave or chrome with remote-debugging flag set (see chrome.bat)
- Navigate to your debugging url (e.g. localhost:8080)
- Clone this repo, then run:
npm install
cp .env.example .env