We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3c6dc commit 4b2f009Copy full SHA for 4b2f009
ReadMe.md
@@ -2,29 +2,28 @@
2
3
1. Clone the repo
4
5
-```
6
-$ git clone https://github.com/swells/js-example-fraud-score.git
+ ```
+ $ git clone https://github.com/swells/js-example-fraud-score.git
7
8
9
10
2. Install the global requirements:
11
12
13
-$ npm install -g gulp bower browserify
14
-
15
+ $ npm install -g gulp bower browserify
16
17
3. Install the local requirements:
18
19
20
-$ npm install
21
+ $ npm install
22
23
4. Run locally:
24
25
26
-$ gulp
27
+ $ gulp
28
29
5. View in browser at `http://localhost:9080`
30
0 commit comments