Monorepo for Ampify's Devtools source.
You need to have yarn cli installed.
$ git clone
$ yarn
$ yarn workspace extention build
The extension files located in projects/extension/dist
- Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions).
- Enable Developer mode by ticking the checkbox in the upper-right corner.
- Click on the "Load unpacked extension..." button.
- Select the directory containing your unpacked extension.
Checkout install chrome extension not in the store in stackoverflow.
$ yarn lerna publish
See https://github.com/ampify-io/boilerplate.
$ yarn workspace @ampify/boilerplate build --watch
$ yarn workspace @ampify/boilerplate start