aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-10 18:13:52 -0600
committerGitHub <[email protected]>2020-05-10 18:13:52 -0600
commit494a25084f9e870f0fa154ea45b1cfd515d250ae (patch)
treee4e5b7189af9812b9e4d423057de8e8746971d55
parentMerge pull request #12 from jackyzha0/backend (diff)
parentadd spaces lmao (diff)
downloadctrl-v-494a25084f9e870f0fa154ea45b1cfd515d250ae.tar.xz
ctrl-v-494a25084f9e870f0fa154ea45b1cfd515d250ae.zip
Merge pull request #15 from jackyzha0/readme
add spaces lmao
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 220680b..e037f44 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,18 @@ Frontend is in React and backend is in Go.
#### Frontend
`make fe-run` &mdash; starts React development server on `:3000`
+
`make fe-build` &mdash; builds development release of frontend in `frontend/build`
#### Backend
`make run` &mdash; starts backend on `:8080`
+
`make lint` &mdash; lints all Go files
+
`make docker-build` &mdash; builds Docker image of current backend
+
`make docker-run` &mdash; runs built Docker image on `:8080`
+
`make docker-all` &mdash; builds and runs built Docker image on `:8080`
+
`make docker-push` &mdash; pushes build Docker image to Dockerhub \ No newline at end of file