We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08685bc commit 5114783Copy full SHA for 5114783
1 file changed
README.md
@@ -7,21 +7,23 @@ You can see a preview
7
# How to run?
8
9
## Install software dependencies
10
-- 1. Node.js:
11
-Follow this guide: https://nodejs.org/en/download/package-manager/
12
-- 2. Npm:
13
-Run in Terminal: `npm install -g npm`
14
-- 3. Electron:
15
-Run in Terminal: `npm install -g electron`
+
+- Latest version of `NPM`
+$ `npm install -g npm`
+- `Electron`
16
17
+$ `npm install -g electron`
18
19
## Clone project
20
- git clone git@github.com:DevopensourceTeam/Devo_Palette.git
21
22
## Install module dependencies
-- 1. Inside the project folder run: `npm install`
23
+- Inside the project folder run: `npm install`
24
25
## Run
-- 1. Inside the project folder run: `electron .`
26
+- Inside the project folder run: `electron .`
27
28
# Author
29
0 commit comments