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
Luca Lombardo 55352af0f2 Add media pesata page and corresponding styles
- Created a new page for calculating weighted averages and graduation votes (`media-pesata.astro`) with a layout and introductory text.
- Implemented a script to initialize the media pesata application.
- Added CSS styles for the media pesata page and its components.
- Updated existing media page (`media.astro`) to include similar structure and functionality.
- Introduced error handling for the application initialization script.
- Established a comprehensive CSS file for the media pesata application, including styles for various UI elements and responsive design.
11 months ago
.vscode added initial batch of questions 1 year ago
public chore: support images in markdown files, reversed news list ordering 1 year ago
src Add media pesata page and corresponding styles 11 months ago
.drone.yml cmd: updated prettier config and reformatted content 1 year ago
.gitignore Add drone file, cleanup Astro config 2 years ago
.prettierrc.mjs cmd: updated prettier config and reformatted content 1 year ago
README.md updated readme 1 year ago
astro.config.mjs minor latex update 11 months ago
bun.lockb minor latex update 11 months ago
package-lock.json some fixes 1 year ago
package.json cmd: updated prettier config and reformatted content 1 year ago
tsconfig.json cmd: updated prettier config and reformatted content 1 year 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