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.
|
|
3 years ago | |
|---|---|---|
| client | 3 years ago | |
| cmd | 3 years ago | |
| libs | 3 years ago | |
| server | 3 years ago | |
| .gitignore | 3 years ago | |
| Makefile | 3 years ago | |
| README.md | 3 years ago | |
| astro.config.js | 3 years ago | |
| go.mod | 3 years ago | |
| go.sum | 3 years ago | |
| package.json | 3 years ago | |
| pnpm-lock.yaml | 3 years ago | |
| tsconfig.json | 3 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