diff --git a/README.md b/README.md index 20ee58c..e804678 100644 --- a/README.md +++ b/README.md @@ -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= +API_PASSWORD= +API_ACCOUNT_NUMBER= +``` + ## Running example app ```sh npm run build