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.
|
6 days ago | |
---|---|---|
client | 6 days ago | |
docs | 6 days ago | |
public | 9 months ago | |
server | 6 days ago | |
shared | 6 days ago | |
.dockerignore | 1 year ago | |
.drone.yml | 8 months ago | |
.env.development | 8 months ago | |
.gitignore | 1 year ago | |
.npmrc | 1 year ago | |
ARCHITECTURE.md | 6 days ago | |
Dockerfile | 8 months ago | |
README.md | 11 months ago | |
index.html | 8 months ago | |
package.json | 11 months ago | |
pnpm-lock.yaml | 11 months ago | |
server.ts | 8 months ago | |
tsconfig.json | 1 year ago | |
tsconfig.node.json | 1 year ago | |
vite.config.js | 1 year 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