Skip to content

Commit

Permalink
docs: add info about node_modules anon volume
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 18, 2023
1 parent 1bcda98 commit 4440a8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/dev/Frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ For details on how to run the API first, please see: [DEV 2. Backend](https://gi

5. If everything goes well you should now be able to **navigate to the project in your browser:** <http://127.0.0.1:8080>

> Note: during development, if you rebuild the frontend, then
> run 'docker compose up -d', the node_modules directory may
> not be updated. To solve this, use the flag:
> --renew-anon-volumes on docker compose up.
## 2. Start the Frontend locally

### 2A: Navigate to the frontend subdirectory
Expand Down

0 comments on commit 4440a8d

Please sign in to comment.