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.
Antonio De Lucreziis 92944167e7 | 2 years ago | |
---|---|---|
db | 2 years ago | |
frontend | 2 years ago | |
server | 2 years ago | |
utils | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
main.js | 2 years ago | |
package.json | 2 years ago | |
pnpm-lock.yaml | 2 years ago |
README.md
PHC / Problemi
Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markdown e latex.
1. Setup
-
Server
$ pnpm install
-
Frontend
$ cd frontend $ pnpm install
2. Development
-
Server
$ node main.js
-
Frontend
$ cd frontend $ pnpm run dev