Skip to content

Commit

Permalink
add simple guide to build project in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Sep 19, 2014
1 parent e288762 commit a221d99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,16 @@ Dexter is supported and tested on:

The project documentation files are located in https://github.com/leobalter/DexterJS/tree/master/docs

## Build

Install Grunt and external dependencies. First, install the grunt-cli if you haven't before. This should be installed globally (like this: `npm install -g grunt-cli bower`). Then:

npm install

Build distribution files.

grunt -v

## The Contributors Hall

You are welcome to join us on the list of [contributors](https://github.com/leobalter/DexterJS/graphs/contributors) for this project on *Github*.
Expand Down

0 comments on commit a221d99

Please sign in to comment.