Commit ee949a3d by Иван Кубота

.

parent 8b2ee5eb
Pipeline #621 failed with stage
......@@ -10,7 +10,8 @@ Follow the installation guide from the official repository https://github.com/nv
If there is Node LTS version >=16 - use it instead of 14
After nvm installation - close and reopen terminal and run:
```shell script
```sh
nvm install 14
nvm use 14
nvm alias default 14
......@@ -19,13 +20,15 @@ nvm alias default 14
Node would be installed and configured properly. Read the output, some OS requires adding variables (just follow instructions in output).
### Package manager
```shell script
```sh
npm install -g yarn
```
### Dependencies
Install all dependencies by running
```shell script
```sh
yarn
```
......@@ -44,7 +47,7 @@ That's it! Everything is ready for starting backend.
For local start just run
```shell script
```sh
yarn api
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment