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.
|
continuous-integration/drone/push Build is passing
Details
|
2 years ago | |
|---|---|---|
| client | 2 years ago | |
| docs | 3 years ago | |
| public | 2 years ago | |
| server | 2 years ago | |
| shared | 3 years ago | |
| .dockerignore | 4 years ago | |
| .drone.yml | 3 years ago | |
| .env.development | 3 years ago | |
| .gitignore | 4 years ago | |
| .npmrc | 4 years ago | |
| ARCHITECTURE.md | 3 years ago | |
| Dockerfile | 3 years ago | |
| README.md | 3 years ago | |
| index.html | 3 years ago | |
| package.json | 2 years ago | |
| pnpm-lock.yaml | 2 years ago | |
| server.ts | 3 years ago | |
| tsconfig.json | 4 years ago | |
| tsconfig.node.json | 4 years ago | |
| vite.config.js | 4 years ago | |
README.md
PHC / Problemi
Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markdown e latex.
1. Setup
Installare tutte le dipendenze con il package manager preferito di turno (ed in tal caso sostituire npm con ad esempio pnpm o yarn)
$ cp .env.development .env
$ npm install
2. Development
$ npm run dev
2. Production
$ npm run build
$ npm run serve
Contribuire
Plz esegui il seguente comando prima di fare commit così lo stile del codice è uniforme per tutti
$ prettier -w '**/*.ts' '**/*.tsx'
TODO
- Autenticazione vera magari con OAuth dell'ateneo o Google