From 1c4fd23e7613b3950d547a702bbc048f80013dee Mon Sep 17 00:00:00 2001 From: agatha Date: Tue, 9 Apr 2024 17:51:12 -0400 Subject: [PATCH] update README.md --- frontend/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/README.md b/frontend/README.md index cdcc73a..4d918c2 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,7 @@ # Forum Frontend +The frontend for the forum is written in React. + +**Note**: Before running, update the `apiUrl` in `app/src/App.js` to point your backend. ## Development To start the frontend in development mode and serve on http://localhost:3000: