Browse Source

Added basic makefile

jnfrati 5 năm trước cách đây
mục cha
commit
51ada32c22
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      Makefile

+ 9 - 0
Makefile

@@ -0,0 +1,9 @@
+#!make
+include ./docker/.env
+export $(shell sed 's/=.*//' ./docker/.env)
+
+run-server: 
+	air -c .air.toml
+
+run-frontend:
+	cd ./dashboard && npm run start