Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lduboeuf committed Dec 19, 2016
1 parent 5f50401 commit fe72534
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ It helps you to:
- build teams randomly
- choose randomly members from a Team

TTB can be used without any web servers.

##what is inside
- use tiny MVC library borrowed and turned into native js from ( https://github.com/c-smile/spapp )
Expand All @@ -12,12 +13,22 @@ It helps you to:
##usage
- open index.html in your favorite browser

##compressing for production
- need nodejs, grunt `npm install -g grunt`
##development
- need nodejs
- grunt: `npm install -g grunt`
```
npm install
```


###compressing for publishing
```
npm install
grunt # will output app in dist/dev folder
grunt --rev=prod #will output in dist folder
```
###testings
need chrome installed for instance
```
grunt test
work in progress...
```

0 comments on commit fe72534

Please sign in to comment.