Servizio per il nuovo sito del PHC
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.
 
 
 
 
Go to file
Antonio De Lucreziis 762d350898 primo prototipo della homepage del sito 2 years ago
client primo prototipo della homepage del sito 2 years ago
cmd Initial commit 2 years ago
frontend primo prototipo della homepage del sito 2 years ago
libs Initial commit 2 years ago
server Initial commit 2 years ago
.gitignore Initial commit 2 years ago
Makefile primo prototipo della homepage del sito 2 years ago
README.md primo prototipo della homepage del sito 2 years ago
astro.config.js primo prototipo della homepage del sito 2 years ago
go.mod Initial commit 2 years ago
go.sum Initial commit 2 years ago
package.json primo prototipo della homepage del sito 2 years ago
pnpm-lock.yaml primo prototipo della homepage del sito 2 years ago

README.md

PHC Website

Sito web del PHC

Usage

Come usare questo progetto

Development

# Start the backend server and the frontend development server
$ go run -v ./cmd/dev-server

# Or using entr lo get live reload for go files
$ fd -e go | entr -r go run -v ./cmd/dev-server

Production

$ go run ./cmd/server

Deploy

$ make all