Sfoglia il codice sorgente

Added basic makefile

jnfrati 5 anni fa
parent
commit
51ada32c22
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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