Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 397 Bytes

developing.md

File metadata and controls

30 lines (22 loc) · 397 Bytes

Developing This App

Downloading

Clone the repo

$ git clone git@github.com:The-Politico/politico-interactive-templates.git

Developing

Run the development watch script:

$ yarn dev

Then you can edit files in the src/ directory and see them automatically build.

Publising

Run tests:

$ yarn test

Ship it:

npm version [patch|minor|major]
npm publish