This is a template for off-platform pages using @politico/interactive-templates (or PIT).
FYI, as it stands now, I've had middling results with this — a lot of configuration, a lengthy build process. Working with prefab frameworks like Gatsby would probably work better... YMMV.
- Install PIT:
$ npm install -g @politico/interactive-templates @politico/interactive-bin
- Register this template:
$ pit register https://github.com/bettergov/template_bga-project
- Make a new instance:
$ mkdir pit-project
$ cd pit-project
$ pit new
- Choose
BGA Project
as the template and answer the prompts.