From e9b5dca6ec68e8c2dc942ffd3ca58b9859f02c5d Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Sun, 11 Dec 2022 15:08:28 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 660b244..3b74501 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # website-liste-frontend -Repo du frontend pour le site de liste du bde \ No newline at end of file +Repo du frontend pour le site de liste du bde + +# Installation: + +1. Requirements: + +Install nvm: `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash` +Install node: `nvm install 18.12.1` +Install npm: `apt install npm` +Install pm2: `npm install pm2 -g` + +2. Installation: + +* Clone this repo +*