@my4052/browserless-debugger
v0.0.4
Published
The web-client for browserless/chrome debugging
Downloads
10
Maintainers
Readme
Browserless Debugger
This is the repository for the web-ui client of browserless. The application is written in TypeScript, and produces a static asset in the static
directory once built.
Currently this uses native DOM APIs for rendering, as well as the wonderful monaco editor library.
Installation
- Ensure that NodeJS and npm are installed in your system:
node -v
shouldn't error. - Clone this repo:
git clone https://github.com/browserless/debugger.git debugger && cd debugger
npm install
npm run build
for the production buildnpm run dev
for the live dev environment. You'll want to serve your static assets fromstatic
with another web-server (we use http-server).
More coming soon...
Try doing the following to solve compatibility issues
export NODE_OPTIONS=--openssl-legacy-provider