Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 795 Bytes

readme.md

File metadata and controls

33 lines (18 loc) · 795 Bytes

This bot is an extension that visualize DOM elements, input and click things on web pages (early development)

CodingChallengeV2.mp4

1. requirements

  • nodejs LTS
  • angular cli (optional) npm install -g @angular/cli

2. local install

npm install

3. output bundle

npm run build

or

run in dev:

npm run watch:chrome in one terminal npm run watch:angular in another one

4. select angular/dist directory on load unpacked

image

5. done.

GitHub.mp4