Installation

Installing Ampify

Prerequisute:

1. Install Ampify Chrome Extension

Ampify's Chrome extension enables you to view and edit your AMP site locally, as you're working on it. It saves the effort of pushing your work to the Ampify cloud for every iteration. Click here to install the extension from the Chrome Store.

2. Clone BoilerPlate repository

The BoilerPlate reponsitory holds the templates and examples to get you going on your own AMP site. Clone the BoilerPlate from Ampify's Github.

3. Install, Build and Start Developer Server:

  1. $ yarn
  2. $ yarn build
  3. $ yarn start

When finished, move on to run Ampify for the first time. Click here for instuctions.