From 6269c73c634821686967b090440ecb96e43c4b74 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sun, 10 May 2020 17:13:05 -0700 Subject: add spaces lmao --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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` — starts React development server on `:3000` + `make fe-build` — builds development release of frontend in `frontend/build` #### Backend `make run` — starts backend on `:8080` + `make lint` — lints all Go files + `make docker-build` — builds Docker image of current backend + `make docker-run` — runs built Docker image on `:8080` + `make docker-all` — builds and runs built Docker image on `:8080` + `make docker-push` — pushes build Docker image to Dockerhub \ No newline at end of file -- cgit v1.2.3