Installation
Installing Ampify
Prerequisute:
- You need to have yarn cli installed.
Chrome Extension
1. Install AmpifyAmpify'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.
repository
2. Clone BoilerPlateThe 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:
$ yarn
$ yarn build
$ yarn start
When finished, move on to run Ampify for the first time. Click here for instuctions.