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 6c15c6ac7b chore: updated readme 5 months ago
public Initial commit of Astro project: drizzle database 5 months ago
src add: some styles and more organization 5 months ago
.gitignore Initial commit of Astro project: drizzle database 5 months ago
.prettierrc add prettier, fix TS stuff 5 months ago
README.md chore: updated readme 5 months ago
astro.config.mjs add: some styles and more organization 5 months ago
drizzle.config.ts Initial commit of Astro project: drizzle database 5 months ago
package.json add: some styles and more organization 5 months ago
pnpm-lock.yaml add: some styles and more organization 5 months ago
tsconfig.json add: folder structure for markdown content pages 5 months 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

pnpm install

Sviluppo

pnpm dev

Build

pnpm 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.