2.3.1 • Published 1 year ago
@browserless.io/debugger v2.3.1
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...