Skip to content

Commit

Permalink
Typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed Oct 13, 2023
1 parent e5120ab commit 4212eae
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,15 @@ npm run dev

Access the app in a browser at: https://USER_PREFIX.dev.rdc.library.northwestern.edu:3003/

## Running the API locally with State Machine + lambdas (needed for AV download route)

From the `dc-api-v2` root directory:

- Make sure you've done an `npm install` recently to update any packages in the `lambdas` directory
- Run `bin/startwi`
## Running the API locally with state machine + lambdas (needed for AV download route)

```shell
# From the repo root
cd dc-api-v2

# Make sure you've done an `npm install` recently to update any packages in the `lambdas` directory
npm install

# Start the proxy (if needed)
https-proxy start 3002 3000

Expand Down

0 comments on commit 4212eae

Please sign in to comment.