aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b3a272..a07153b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,8 @@ docker-run:
docker run -p 8080:8080 jzhao2k19/ctrl-v:latest
docker-all: docker-build docker-run
docker-push:
- docker push jzhao2k19/ctrl-v:latest \ No newline at end of file
+ docker push jzhao2k19/ctrl-v:latest
+fe-run:
+ cd frontend && yarn start
+fe-build:
+ cd frontend && yarn build \ No newline at end of file