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 d463741657 fix: changed image format 1 year ago
cmd refactor: aggiunta documentazione sull'architettura e varie migliorie qua e là 2 years ago
docs fix: changed image format 1 year ago
frontend feat: ora funge tutto benissimo per qualche motivo 2 years ago
meta feat: ora funge tutto benissimo per qualche motivo 2 years ago
model initial commit 2 years ago
services refactor: aggiunta documentazione sull'architettura e varie migliorie qua e là 2 years ago
sl refactor: aggiunta documentazione sull'architettura e varie migliorie qua e là 2 years ago
.gitignore initial commit 2 years ago
.npmrc feat: ora funge tutto benissimo per qualche motivo 2 years ago
ARCHITECTURE.md fix: changed image format 1 year ago
Makefile feat: ora funge tutto benissimo per qualche motivo 2 years ago
README.md refactor: aggiunta documentazione sull'architettura e varie migliorie qua e là 2 years ago
go.mod fix: updated project name and sl documentation 2 years ago
go.sum initial commit 2 years ago
package.json feat: ora funge tutto benissimo per qualche motivo 2 years ago
pnpm-lock.yaml feat: ora funge tutto benissimo per qualche motivo 2 years ago
server.js refactor: aggiunta documentazione sull'architettura e varie migliorie qua e là 2 years ago
vite.config.js refactor: aggiunta documentazione sull'architettura e varie migliorie qua e là 2 years ago

README.md

Website 2

Repo per il nuovo sito del PHC

Docs

Usage

Development

# Starts the backend on port :4000 and the frontend development server on port :3000
$ go run -v ./cmd/devserver

Production

# Generates "routes.json", builds all frontend artifacts and finally the main binary
$ make build