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.

34 lines
407 B
Markdown

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