easier local dev (#13)

* easier local dev

* rename and add build

* change pull command

Co-authored-by: Itiel Shwartz <itielshwartz@Itiels-MacBook-Pro.local>
This commit is contained in:
Itiel shwartz
2022-09-20 11:02:37 +03:00
committed by GitHub
parent 927d507fd1
commit f4b753b19f

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
pull:
git pull
build:
go build -o bin/dashboard .
debug:
DEBUG=1 ./bin/dashboard