Pārlūkot izejas kodu

Added basic makefile

jnfrati 5 gadi atpakaļ
vecāks
revīzija
51ada32c22
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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