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 d5897ac50f fix: lieve modifica ad db ed un typo 1 year ago
client chore: added serialization for db option type 1 year ago
cmd chore: refactored sl and added an hooks system 1 year ago
libs chore: refactored sl and added an hooks system 1 year ago
server fix: lieve modifica ad db ed un typo 1 year ago
.gitignore Initial commit 1 year ago
Makefile primo prototipo della homepage del sito 1 year ago
README.md primo prototipo della homepage del sito 1 year ago
astro.config.js chore: added serialization for db option type 1 year ago
go.mod chore: added serialization for db option type 1 year ago
go.sum chore: added serialization for db option type 1 year ago
package.json website style and circuits art 1 year ago
pnpm-lock.yaml website style and circuits art 1 year ago
tsconfig.json website style and circuits art 1 year 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