To contribute to Infinite Ajax Scroll please follow these instructions:
- Fork the project and create a new feature branch
- Install the development tools
- Write the feature/bugfix
- Write tests for the feature/bugfix
- Run tests
- Submit your Pull Request
-
Install bower components
$ bower install
-
Install npm modules
$ npm install
Testing is done with Busterjs and Grunt.
-
Start a buster server:
$ grunt buster::server:block
-
Launch some browsers and connect to
http://localhost:1111
and capture them. -
Run tests:
$ grunt buster::test