Skip to content

AMP HTML source code, samples, and documentation. See below for more info.

License

Notifications You must be signed in to change notification settings

BlancosWay/amphtml

Repository files navigation

The AMP HTML runtime.

The AMP HTML runtime implements the AMP HTML format and in particular its components in form of custom elements.

Development

Installation

npm i

Map ads.localhost and iframe.localhost to 127.0.0.1 in your /etc/hosts file.

Continuous build

gulp

for tests:

gulp unit-watch

Start dev server

Execute in the base dir:

python -m SimpleHTTPServer

or:

npm install http-server -g

and then:

http-server -p 8000 -c-1

Then go to http://localhost:8000/examples/released.html

About

AMP HTML source code, samples, and documentation. See below for more info.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • HTML 4.6%
  • CSS 1.9%