aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-10 17:13:05 -0700
committerjackyzha0 <[email protected]>2020-05-10 17:13:05 -0700
commit6269c73c634821686967b090440ecb96e43c4b74 (patch)
tree407ac4c48b120519ff9748d1062c1f97faf04a82 /README.md
parentadd readme instructions (diff)
downloadctrl-v-6269c73c634821686967b090440ecb96e43c4b74.tar.xz
ctrl-v-6269c73c634821686967b090440ecb96e43c4b74.zip
add spaces lmao
Diffstat (limited to 'README.md')
-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