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 dcbb069ef1 feat: finalize end section of the homepage 4 hours ago
.vscode chore: vscode recommended settings 2 weeks ago
public Initial commit of Astro project: drizzle database 8 months ago
src feat: finalize end section of the homepage 4 hours ago
.gitignore chore: vscode recommended settings 2 weeks ago
.prettierrc add prettier, fix TS stuff 8 months ago
README.md add notizie, rework homepage and fill with content 3 months ago
astro.config.mjs feat: poisson user page with fuzzy search 2 weeks ago
bun.lockb chore: removed icons CDN and other tweaks 1 week ago
drizzle.config.ts Initial commit of Astro project: drizzle database 8 months ago
package-lock.json wow such rich history 2 weeks ago
package.json chore: removed icons CDN and other tweaks 1 week ago
pnpm-lock.yaml feat: add login page 7 months ago
tsconfig.json fiat combobox + happy utenti page uWu 1 week ago

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