diff --git a/README.md b/README.md index 8cf8f72..e6dd388 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,32 @@ Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markdown e latex. -## Development +## 1. Setup + +- Server + + ```bash shell + $ pnpm install + ``` - Frontend ```bash shell $ cd frontend - $ pnpm run dev + $ pnpm install ``` +## 2. Development + - Server ```bash shell $ node main.js ``` + +- Frontend + + ```bash shell + $ cd frontend + $ pnpm run dev + ```