Skip to content

Commit 2d2bb3e

Browse files
committed
clarify how to view frontend app when using docker
1 parent d19bb41 commit 2d2bb3e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ The user facing side of the WExT Petition Generator is a React single page app (
2424

2525
### 🚀 Quick Setup
2626

27+
#### Docker
28+
29+
After running `docker-compose up -d`, the frontend site is available at `localhost:3000`.
30+
31+
#### Local Frontend
32+
2733
```bash
2834
npm i
2935
npm run start

0 commit comments

Comments
 (0)