aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3abd0e6..3bf9578 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,9 @@ Frontend is in React and backend is in Go.
when doing local backend development, make sure you change the backend address to be localhost. You can find this on Line 4 of `frontend/src/helpers/httpHelper.js`
#### Common
-`make all` — starts React development server on `:3000` and backend on `:8080`
+`make dev` — starts React development server on `:3000` and backend on `:8080`
+
+`make deploy` — deploys both frontend and backend
#### Frontend
`make fe-run` — starts React development server on `:3000`