A dashboard that helps to debug our applications.
Table of Contents:
Add oo-debug-helpers as dependency to your bower.json.
{
"dependencies": {
"oo-debug-helpers": "oolymer/oo-debug-helpers#0.1.0"
}
}Add oo-hud.html to your *.html.
<link rel="import" href="../../oo-debug-helpers/oo-hud.html">Use <oo-hud> element.
<body>
<oo-hud></oo-hud>
</body>Install npm and bower dependencies.
$ npm install
$ npm run install:bower
Start the development server and open the default browser.
$ npm start
Run test suites in headless browsers.
$ npm test
Update the change log.
$ github_changelog_generator oolymer/oo-debug-helpers --simple-list --no-issues --output CHANGES.md --header-label "# CHANGES" --future-release v0.1.0