Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markdown e latex
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.
 
 
 
 
 
Antonio De Lucreziis 2789375ed1 trigger: drone build 6 days ago
client feat: new jumbotron page for dm hall screen 6 days ago
docs feat: new jumbotron page for dm hall screen 6 days ago
public feat: Migliorato il nuovo editor markdown per i testi dei problemi e delle soluzioni 9 months ago
server feat: new jumbotron page for dm hall screen 6 days ago
shared feat: new jumbotron page for dm hall screen 6 days ago
.dockerignore fix: maybe faster builds 1 year ago
.drone.yml fix: reverted a style change and fixed a deploy issue 8 months ago
.env.development fix: sempre problemi con BASE_URL 8 months ago
.gitignore fix: added BASE_URL support 1 year ago
.npmrc Got working preact SSR 1 year ago
ARCHITECTURE.md feat: new jumbotron page for dm hall screen 6 days ago
Dockerfile fix: boh cose 8 months ago
README.md chore: make title modifiable, fix inital db value 11 months ago
index.html fix 3 8 months ago
package.json Merge branch 'dev' of https://git.phc.dm.unipi.it/phc/problemi into dev 11 months ago
pnpm-lock.yaml feat: fetch user info using OAuth 11 months ago
server.ts fix 2 8 months ago
tsconfig.json fix: added BASE_URL support 1 year ago
tsconfig.node.json feature: Problem sorting, solution view raw toggle button 1 year ago
vite.config.js Better code splitting 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