readme.txt 219 B

123456789101112
  1. # Разворачивание среды:
  2. # GIT REPO
  3. sudo apt install ssh git
  4. git clone
  5. #nodejs
  6. sudo apt install -y curl
  7. curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
  8. sudo apt install -y nodejs
  9. npm i