Chrome extension: Show structure of the HTML page
- Install nodejs (TODO: add link to the process)
- Clone this project from github.com (TODO: add link and steps)
- Install 'gulp' globally: 'npm install gulp -g'
- Install 'mocha' globally: 'npm install mocha -g'
- Run 'npm install' for installing all the required npm modules
- Run 'gulp' to build the project and run the tests
- Open 'Extension' page in Chrome browser (type 'chrome://extensions/' in your browser's address bar)
- Set 'Developer mode' on
- Press 'Load unpacked extension' and choose the directory
./build/extension
from directory where you have cloned the project
- build passing:
- TODO