Skip to content

Commit 2d2cbad

Browse files
committed
docs: update README
1 parent 6d307f1 commit 2d2cbad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Light Blue - HTML5 Version
22

33
### Quick Start
4+
Go to project's root directory `~/path/to/project` and run the following:
45
```
56
$ npm install
67
$ bower install
8+
```
9+
10+
If you don't have `grunt-cli` installed globally:
11+
```
12+
$ npm install -g grunt-cli
13+
```
14+
15+
When `grunt-cli` is installed, compile the project:
16+
```
717
$ grunt
818
```

0 commit comments

Comments
 (0)