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.
- 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...