Skip to content

Commit

Permalink
Merge pull request #1445 from thehyve/update_readme
Browse files Browse the repository at this point in the history
Added to the README a step to execute before the first run of the app locally
  • Loading branch information
tgreenwood authored Dec 11, 2023
2 parents 2554782 + e764a22 commit 8d21c00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/mercury/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ The Mercury frontend app needs a backend to communicate with. For convenience, t
- `yarn pluto` starts a proxy server that also serves the frontend at port `8080`.
- `yarn start` starts the frontend and exposes it at port `3000`.

To start all these components at once, run:
For the first run, execute the following command to install all dependencies locally:
```bash
yarn install
```

To start all these components at once, run:
```bash
yarn dev
```
Expand Down

0 comments on commit 8d21c00

Please sign in to comment.