Skip to content

Commit

Permalink
docs(readme): update readme instructions for running app (#622)
Browse files Browse the repository at this point in the history
* docs(readme): update readme instructions for running app

* chore(package.jsob): removed extra pcackages
  • Loading branch information
seaerchin authored Feb 13, 2023
1 parent a8e81d0 commit 7c274a5
Show file tree
Hide file tree
Showing 3 changed files with 31,989 additions and 5,674 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Running dev environment

1. grab a copy of the environment variables from the 1PW Isomer vault
2. ensure that you have your `AWS_ACCESS_KEY_ID` together with `AWS_SECRET_ACCESS_KEY`. These can be generated from the IAM console, under security credentials. (see [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html) for more details)
3. next, run `npm i` to ensure that you have all the required packages
4. run `npm run dev`

## E2E Tests

To run the E2E tests successfully, you will need to define the following environment variables:
Expand Down
Loading

0 comments on commit 7c274a5

Please sign in to comment.