bde-liste/README.md
2022-12-11 16:37:47 +01:00

435 B

Website for Metz's BDE List

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 && nvm use 18.12.1
  • Install npm: apt install npm
  • Install pm2: npm install pm2 -g
  1. Installation:
  • Clone this repo
  • Install dependencies: npm i
  • Run the server: sudo pm2 start index.js --name bde-liste -i max