https://github.com/browserless/debugger
Hosted web-client for the browserless debugger
https://github.com/browserless/debugger
Last synced: 6 months ago
JSON representation
Hosted web-client for the browserless debugger
- Host: GitHub
- URL: https://github.com/browserless/debugger
- Owner: browserless
- License: other
- Created: 2021-03-09T21:15:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:20:24.000Z (over 1 year ago)
- Last Synced: 2025-06-06T21:03:48.805Z (10 months ago)
- Language: TypeScript
- Size: 938 KB
- Stars: 46
- Watchers: 1
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
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
1. Ensure that NodeJS and npm are installed in your system: `node -v` shouldn't error.
2. Clone this repo: `git clone https://github.com/browserless/debugger.git debugger && cd debugger`
3. `npm install`
4. `npm run build` for the production build
5. `npm run dev` for the live dev environment. You'll want to serve your static assets from `static` with another web-server (we use http-server).
More coming soon...