First, get a copy of the git repo by running:
git clone git://github.com/jquery/jquery-simulate.gitEnter the directory and install the node dependencies:
cd jquery-simulate && npm installMake sure you have grunt installed by testing:
grunt -versionIf not, run:
npm install -g gruntTo run tests locally, run grunt, and this will run the tests in PhantomJS.
You can also run the tests in a browser by navigating to the test/ directory, but first run grunt to install submodules.