Browse Source

Добавил шаги разворачивания среды

Book Pauk 6 năm trước cách đây
mục cha
commit
3ce6af1357
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      docs/readme.txt

+ 12 - 0
docs/readme.txt

@@ -0,0 +1,12 @@
+# Разворачивание среды:
+
+# 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
+