Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kus-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Кубота
kus-admin
Commits
ee949a3d
Commit
ee949a3d
authored
Jul 03, 2020
by
Иван Кубота
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8b2ee5eb
Pipeline
#621
failed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
README.md
README.md
+7
-4
No files found.
README.md
View file @
ee949a3d
...
...
@@ -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
```
sh
ell script
```
sh
yarn api
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment