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.
 
 
 
 
 
Francesco Minnocci 9ae74fa649
chore: rewrite /login page for OAuth, write createUser for the database
2 years ago
client chore: rewrite /login page for OAuth, write createUser for the database 2 years ago
server chore: rewrite /login page for OAuth, write createUser for the database 2 years ago
shared chore: rewrite /login page for OAuth, write createUser for the database 2 years ago
.dockerignore
.env.development
.gitignore
.npmrc
Dockerfile
README.md chore: formattato il codice e rimosso un vecchio file 2 years ago
index.html
package.json
pnpm-lock.yaml
server.ts chore: rewrite /login page for OAuth, write createUser for the database 2 years ago
tsconfig.json
tsconfig.node.json
vite.config.js

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