项目作者: charlieknoll

项目描述 :
Express app for automating the chrome dev tools experience, enhanced with autohotkey
高级语言: JavaScript
项目地址: git://github.com/charlieknoll/chrome-dev-tools-controller.git
创建时间: 2020-12-30T19:35:26Z
项目社区:https://github.com/charlieknoll/chrome-dev-tools-controller

开源协议:MIT License

下载


chrome-dev-tools-controller

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:
  1. npm install
  2. cp .env.example .env
  • Configure the