forked from phc/website
1
0
Fork 0
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 a87c87eb10 chore: minor stylistic changes 2 years ago
public Initial commit of Astro project: drizzle database 2 years ago
src chore: minor stylistic changes 2 years ago
.gitignore Initial commit of Astro project: drizzle database 2 years ago
.prettierrc add prettier, fix TS stuff 2 years ago
README.md add notizie, rework homepage and fill with content 2 years ago
astro.config.mjs starting work on abstracting card design 2 years ago
drizzle.config.ts Initial commit of Astro project: drizzle database 2 years ago
package-lock.json starting work on abstracting card design 2 years ago
package.json starting work on abstracting card design 2 years ago
pnpm-lock.yaml feat: add login page 2 years ago
tsconfig.json Add tags to guide/ 2 years 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