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 | |
|---|---|---|
| client | 4 years ago | |
| server | 4 years ago | |
| utils | 4 years ago | |
| .gitignore | 4 years ago | |
| .npmrc | 4 years ago | |
| README.md | 4 years ago | |
| index.html | 4 years ago | |
| package.json | 4 years ago | |
| pnpm-lock.yaml | 4 years ago | |
| server.js | 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)
$ npm install
2. Development
$ npm run dev
2. Production
$ npm run build
$ npm run serve