Skip to content

Commit

Permalink
Update README with test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Jul 3, 2023
1 parent d5a50c7 commit 0416b7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ global.window = { WebSocket, setTimeout, clearTimeout }
`npm run build`
Outputs everything to `dist/`

## Running tests locally
Add a `.env` file with the following keys (you'll have to fill in the values yourself):

```
BASE_URL=https://api.cert.tastyworks.com
API_USERNAME=<your cert username>
API_PASSWORD=<your cert password>
API_ACCOUNT_NUMBER=<your cert account number>
```

## Running example app
```sh
npm run build
Expand Down

0 comments on commit 0416b7d

Please sign in to comment.