From 92944167e793ab29fc8d031ce9827c350eaa92e6 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 2 Nov 2022 21:49:25 +0100 Subject: [PATCH] Updated the readme --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 + ```