Server e client per gestire automaticamente dal browser le partite notturne di lupus in Cavalieri e piazza dei Miracoli
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Antonio De Lucreziis 328271edc3 Working redirects 2 years ago
frontend Working redirects 2 years ago
.gitignore Initial project structure 2 years ago
README.md Working redirects 2 years ago
go.mod Initial project structure 2 years ago
go.sum Initial project structure 2 years ago
main.go Initial project structure 2 years ago
routes.go Initial project structure 2 years ago

README.md

Lupus Lite

Usage

# Development Mode: also starts "npm run dev" inside "frontend/"
$ MODE=dev go run .

# Production Mode
$ cd frontend
$ npm run build
$ go build