# Off Platform GTM Controller

## Setup

Install dependencies with `npm i`

See `package.json` for runnable scripts via `npm run SCRIPT:NAME`

### Troubleshooting

If you are having issues with permissions while running `npm i` try [adding your key to the Mac keychain](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#adding-your-ssh-key-to-the-ssh-agent) with `ssh-add -K ~/.ssh/id_rsa`

## Testing / Specs

Simply run `npm test` in your console and it will run the Jest tests.
