Servizio per il nuovo sito del PHC
 
 
 
 
Go to file
Francesco Minnocci 0d2dd05f50 ok tutorato (by radiotoe)
.vscode chore: vscode recommended settings
public Initial commit of Astro project: drizzle database
src ok tutorato (by radiotoe)
.gitignore chore: vscode recommended settings
.prettierrc add prettier, fix TS stuff
README.md add notizie, rework homepage and fill with content
astro.config.mjs feat: poisson user page with fuzzy search
bun.lockb fiat combobox + happy utenti page uWu
drizzle.config.ts Initial commit of Astro project: drizzle database
package-lock.json wow such rich history
package.json feat: poisson user page with fuzzy search
pnpm-lock.yaml feat: add login page
tsconfig.json fiat combobox + happy utenti page uWu

README.md

PHC Website

Questo è il repository del sito web del PHC. Il sito è costruito utilizzando Astro, un framework statico per la generazione di siti web.

Installazione

bun install

Sviluppo

bun dev

Build

bun build

Deploy [TODO]

Il progetto contiene un Dockerfile che viene usato per il deploy (del server prodotto da Astro).

docker build -t phc-website .
docker run -p 3000:3000 phc-website

C'è anche un .drone.yml che viene usato per il deploy su un server remoto utilizzando Drone per il CD.

Come Contribuire

Cose da fare