Book Pauk afbdff8a88 К предыдущему пре 6 година
..
omnireader afbdff8a88 К предыдущему пре 6 година
readme.txt 3ce6af1357 Добавил шаги разворачивания среды пре 6 година

readme.txt

# Разворачивание среды:

# GIT REPO
sudo apt install ssh git
git clone

#nodejs
sudo apt install -y curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install -y nodejs
npm i