aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-25 22:02:12 -0700
committerjackyzha0 <[email protected]>2020-05-25 22:02:12 -0700
commit6090eef4f275e405d597a543a69c3e27f31d4251 (patch)
tree403e10b4ec1ebc78d7e6f16d1f50f299c973e242 /README.md
parentadd more build commands and added prod backend url (diff)
downloadctrl-v-6090eef4f275e405d597a543a69c3e27f31d4251.tar.xz
ctrl-v-6090eef4f275e405d597a543a69c3e27f31d4251.zip
update makefile and readme
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` &mdash; starts React development server on `:3000` and backend on `:8080`
+`make dev` &mdash; starts React development server on `:3000` and backend on `:8080`
+
+`make deploy` &mdash; deploys both frontend and backend
#### Frontend
`make fe-run` &mdash; starts React development server on `:3000`