Skip to content

Commit 8283d1f

Browse files
committed
added setup steps to readme
1 parent a70fdd8 commit 8283d1f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@ Include link to `jquery.mobile.flatui.css`
1818
![jQuery-Mobile-Flat-UI-Theme](http://oi46.tinypic.com/xm2xlc.jpg)
1919

2020

21-
## Adding new swatches / colors
21+
## Setup
2222

2323
In order to add a new swatch or colors you can add a new stylus file under `src/stylus/swatches/` and run [grunt](http://gruntjs.com/) from your command line.
2424

25+
- brew install node
26+
- npm install -g grunt-cli
27+
- cd to project's folder
28+
- npm install
29+
- grunt watch
30+
- start modifying css/stylus files
31+
2532
## Notes
2633

2734
The current work is based on jQuery Mobile v1.3. This is still a work in progress. Please don't be afraid to report any issues you will find.

0 commit comments

Comments
 (0)