Skip to content

Commit 4ba831b

Browse files
committed
Update README.md
1 parent a85efdf commit 4ba831b

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

README.md

+18-19
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
Abstack-variables-library
2-
=========================
1+
# Abstack-variables-library
32

4-
Variables library for Abstack Tech
3+
Variable library for Abstack Tech. [Here](https://peachscript.github.io/Abstack-variables-library/) is the online demo.
54

6-
Run
7-
===
5+
## Setup
86

9-
1. Install node dependencies in `www` directory :
7+
1. Install development dependencies:
108

11-
````
12-
$ npm install
13-
````
14-
2. Install bower dependencies in `www` directory :
9+
````bash
10+
$ npm install
11+
````
1512

16-
````
17-
$ bower install
18-
````
19-
3. Run server through gulp :
13+
2. Install front-end dependiencies:
2014

21-
````
22-
$ gulp
23-
````
15+
````bash
16+
$ bower install
17+
````
2418

25-
MIT license
26-
===========
19+
3. Run server:
20+
21+
````bash
22+
$ npm start
23+
````
24+
25+
## MIT license
2726

2827
The MIT License (MIT)
2928

0 commit comments

Comments
 (0)