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 d185e81ab2 feat: added a single development cli command 2 years ago
cmd feat: added a single development cli command 2 years 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 feat: added a single development cli command 2 years ago
sl feat: ora funge tutto benissimo per qualche motivo 2 years ago
.gitignore initial commit 2 years ago
.npmrc feat: ora funge tutto benissimo per qualche motivo 2 years ago
Makefile feat: ora funge tutto benissimo per qualche motivo 2 years ago
README.md feat: added a single development cli command 2 years ago
go.mod initial commit 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 feat: ora funge tutto benissimo per qualche motivo 2 years ago
vite.config.js feat: ora funge tutto benissimo per qualche motivo 2 years ago

README.md

Website 2

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