# CONTRIBUTING

## Setup

```bash
yarn
yarn build
```

## Run Tests

Its required that you have an OpenAI API Key, please update your dev.env with 1password referrence to 

```bash
yarn test
```

_Note: if you don't have 1password secrets management, you will need to change the `package.json` script to remove any 1password commands (starting with `op`)_
