bhassan6621 / amp-story-ads-preview

Preview AMPHTML ads for `amp-story`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚑ AMP Story Ads Preview Tool

Build Status

🌎 Production Build

Netlify Status

πŸ‘‰ here.

🚧 Building

yarn is used for package management. Install yarn, then install the required packages via:

yarn

...then run to build:

yarn build

πŸ‘· Developing

To develop locally and watch modified files to build and serve, run:

yarn watch

🀹 Other tasks

Tasks on pkg.scripts run with yarn TASK_NAME:

  • yarn clean removes a previous build.
  • yarn lint lints the project.
  • yarn serve serves the build.
  • yarn templates-ff extracts the first frame from every _preview.mp4 video in static/templates as _preview_ff.jpg.
  • yarn watch-slow for a slow full-restart watch.
  • yarn x e[x]ecutes a node binary in the project's context (see yarn xr).
  • yarn xr returns an -r [DEPENDENCY] string for runnable dependencies (ignore-styles and esm).

πŸ” Continuous Integration

Travis lints, builds & tests

About

Preview AMPHTML ads for `amp-story`.

License:Apache License 2.0


Languages

Language:JavaScript 70.9%Language:HTML 20.4%Language:CSS 8.6%Language:Shell 0.1%