Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 499 Bytes

Google Publisher Tag playground

Description

An interactive code playground for Google Publisher Tag (GPT) samples.

GPT samples can be demoed at the official documentation site.

Development

Build

  1. npm i to install dependencies.
  2. npm run build to build all targets and update dist/ folder.
  3. npx -y tsx scripts/gen-samples.ts to generate sample config files.

Run

  1. npm run serve to start a development server.