From 0416b7d125d01b6b85ea4d12ea1ecea4b6f13618 Mon Sep 17 00:00:00 2001 From: Devin Moss Date: Mon, 3 Jul 2023 12:29:35 -0500 Subject: [PATCH] Update README with test instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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