0.0.4 • Published 2 years ago
@my4052/browserless-debugger v0.0.4
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 -vshouldn't error. - Clone this repo:
git clone https://github.com/browserless/debugger.git debugger && cd debugger npm installnpm run buildfor the production buildnpm run devfor the live dev environment. You'll want to serve your static assets fromstaticwith another web-server (we use http-server).
More coming soon...
Try doing the following to solve compatibility issues
export NODE_OPTIONS=--openssl-legacy-provider