Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,15 +338,16 @@ Certain modules of [SlickGrid](https://github.com/mleibman/SlickGrid/wiki) are b

Hgrid depends on [NodeJS](http://nodejs.org/) for package management and [Grunt](http://gruntjs.com/) for automation.

### Getting started
### Getting started

To install all development dependencies needed for development, run
[Fork & clone](https://help.github.com/articles/fork-a-repo) the project.

To install all development dependencies needed for development,

$ cd hgrid
$ npm install
$ bower install

in the project root's root directory.

### Tests

Run tests with grunt.
Expand Down