From ee79d8ef9e475d17d939b61b457ef95014fddc19 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Sun, 11 Dec 2022 15:15:23 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b74501..20d7390 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ Repo du frontend pour le site de liste du bde 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` +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 -* +* Install dependencies: `npm i` +* Run the server: `sudo pm2 start index.js --name bde-liste -i max`