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
Francesco Minnocci 0179e7a858
continuous-integration/drone/push Build is passing Details
minor fixes
1 week ago
.vscode added initial batch of questions 3 weeks ago
public chore: support images in markdown files, reversed news list ordering 2 months ago
src minor fixes 1 week ago
.drone.yml cmd: updated prettier config and reformatted content 3 weeks ago
.gitignore Add drone file, cleanup Astro config 4 months ago
.prettierrc.mjs cmd: updated prettier config and reformatted content 3 weeks ago
README.md updated readme 3 weeks ago
astro.config.mjs prototype mostly finished 3 weeks ago
bun.lockb some fixes 3 weeks ago
package-lock.json some fixes 3 weeks ago
package.json cmd: updated prettier config and reformatted content 3 weeks ago
tsconfig.json cmd: updated prettier config and reformatted content 3 weeks 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 run build

Deploy

Per ora c'è un file .drone.yml che viene usato per il deploy su un server remoto utilizzando Drone per il CD. Al momento il sito è solo statico e non ha ancora una backend.

Come Contribuire

Nota per Sviluppatori: SE il branch dev non esiste o è indietro rispetto a main, bisogna portarlo avanti a main e poi continuare con le modifiche dal lì.

Sentitevi liberi di aprire una PR per qualsiasi modifica o aggiunta al sito web. Il branch main è protetto e corrisponde alla versione di produzione del sito web, le modifiche devono prima essere accettate su dev e poi mergeate su main da un amministratore.

Cose da fare