forked from phc/orario
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.
|
|
4 years ago | |
|---|---|---|
| public | 4 years ago | |
| src | 4 years ago | |
| .gitignore | 4 years ago | |
| Dockerfile | 4 years ago | |
| README.md | 4 years ago | |
| corsi.json | 4 years ago | |
| index.html | 4 years ago | |
| package.json | 4 years ago | |
| pnpm-lock.yaml | 4 years ago | |
| vite.config.js | 4 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.
Production
To build the ViteJS project run npm run build, for deployment a .env files can be used to set the BASE_URL variable.