1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-09 18:06:53 +02:00

Updated the readme

This commit is contained in:
Max Guglielmi 2015-06-07 00:36:49 +10:00
parent e9ca72fdc2
commit 4240d3ca56

View file

@ -24,12 +24,43 @@ solution
* Exhaustive documentation and API
* Valuable support provided under a Premium request
##Install
##Development
Start by installing any dependencies.
```shell
npm install
```
Use the Grunt ``dev`` task to launch a build / watch cycle and start the local
sever on port ``8080``:
```shell
grunt dev
```
or the ``build`` task for a production build:
```shell
grunt build
```
The ``default`` Grunt task will create a production build and also run the
tests:
```shell
grunt
```
To run all the tests:
```shell
grunt test
```
and to run a specific test:
```shell
grunt test-only:test.html
```
## License