starting on frontend, auth finished for backend

This commit is contained in:
2021-08-22 22:24:59 -04:00
parent 59c2a7a0d5
commit 85d6c610f4
19 changed files with 1043 additions and 22 deletions

View File

@@ -30,6 +30,7 @@ tasks:
deps:
- install-backend
- install-frontend
- install-goreleaser
release-local:
cmds:
@@ -64,15 +65,16 @@ tasks:
- src/**/*.js
generates:
- build/js/*.js
cmds:
- npm run build
run-backend:
env:
SERVER_PORT: 3500
GI_SERVER_PORT: 3500
GI_DEVELOPMENT: false
# TZ: "America/New_York"
sources:
- ./*.go
cmds:
- go run .
- fiber dev
run-all:
deps: