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.

19 lines
259 B
Markdown

2 years ago
# PHC / Problemi
Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markdown e latex.
## Development
- Frontend
```bash shell
$ cd frontend
$ pnpm run dev
```
- Server
```bash shell
$ node main.js
```