Sito web statico per visualizzare gli orari delle lezioni e creare specchietti personalizzati
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 db72898471
continuous-integration/drone/push Build is passing Details
Merge pull request 'chore: empty commit to trigger deploy' (#15) from dev into main
Reviewed-on: #15
3 months ago
public fix: aggiunta finalmente un'icona 1 year ago
src cmd: prettier -w src/ 3 months ago
.drone.yml drone: now it actually works 1 year ago
.gitignore chore: added new calendars 1 year ago
.prettierrc cmd: prettier -w src/ 3 months ago
Dockerfile Refactor delle view-modes, readme and better dockerfile 2 years ago
README.md Finalizzazione nuovo layout da mobile 2 years ago
corsi.json Refactor delle view-modes, readme and better dockerfile 2 years ago
index.html fix: aggiunta finalmente un'icona 1 year ago
package.json Prima release 2 years ago
pnpm-lock.yaml first brutal rework and first prototype 9 months ago
vite.config.js Prima release 2 years ago

README.md

Orario

Sito per visualizzare l'orario delle lezioni per i vari anni di corso.

Usage

You need to have installed node and npm (or pnpm). To setup the project just run npm install.

Development

To start the development server run npm run dev.

Editor

È meglio se prima di fare commit il codice sia formattato con Prettier, nel caso di VSCode c'è un'estensione omonima e le opzioni da aggiungere al proprio JSON di impostazioni sono

...
"prettier.printWidth": 100,
"prettier.singleQuote": true,
"prettier.quoteProps": "consistent",
"prettier.tabWidth": 4,
"prettier.semi": false,
"prettier.arrowParens": "avoid",
"editor.formatOnSave": true,
...

Production

To build the ViteJS project run npm run build, for deployment a .env files can be used to set the BASE_URL variable.