Update 'README.md'
This commit is contained in:
parent
0f742db4c1
commit
e9b5dca6ec
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -1,3 +1,17 @@
|
|||
# website-liste-frontend
|
||||
|
||||
Repo du frontend pour le site de liste du bde
|
||||
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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue