Skip to content

ampify-io/devtools

Repository files navigation

Ampify Devtools

Monorepo for Ampify's Devtools source.

Perquisites

You need to have yarn cli installed.

Installation

Clone repository:

$ git clone

Install Dependencies

$ yarn

Extension

Build the extension:

$ yarn workspace extention build

Install The Extension:

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.

Publish

Publish packages to NPM

$ yarn lerna publish

Boilerplate

See https://github.com/ampify-io/boilerplate.

Local Build

$ yarn workspace @ampify/boilerplate build --watch

Local Start Dev-Server

$ yarn workspace @ampify/boilerplate start