Source for www.tsdpm.com
Currently the output of this lives on definitelytyped.github.io/tsd, as the gh-pages
of TSD itself.
Make sure you have dependencies:
$ npm install
$ bower install
Rebuild site in ./public/
:
$ grunt build
Manually build / update data JSON (slow, only do this when needed)
$ grunt update
Contributions are very welcome, please create an Issue before doing something major.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.