Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Merges app-rewrite branch to master #1

Merged
merged 12 commits into from
Oct 26, 2022
Prev Previous commit
Next Next commit
Adds explanation on how to install pnpm with brew
  • Loading branch information
madsnedergaard committed Oct 26, 2022
commit 0a4113471c74bab1b14b460c073b9e55d2adea36
2 changes: 1 addition & 1 deletion webz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _If you're looking for more info on the parsers, check out [how to setup Python

Prerequisites:

- Ensure you have `NodeJS` and `pnpm` installed locally
- Ensure you have `NodeJS` and `pnpm` installed locally (`brew install pnpm`)
- Run `pnpm install` in both the web and mockserver directories

1. Start the mockserver: `yarn run mockserver`
Expand Down