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
34 lines
407 B
Markdown
# 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
|
|
```
|
|
|
|
- Frontend
|
|
|
|
```bash shell
|
|
$ cd frontend
|
|
$ pnpm install
|
|
```
|
|
|
|
## 2. Development
|
|
|
|
- Server
|
|
|
|
```bash shell
|
|
$ node main.js
|
|
```
|
|
|
|
- Frontend
|
|
|
|
```bash shell
|
|
$ cd frontend
|
|
$ pnpm run dev
|
|
```
|