Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

DefinitelyTyped/tsd-site

Repository files navigation

tsd-site

Build Status

Source for www.tsdpm.com

Currently the output of this lives on definitelytyped.github.io/tsd, as the gh-pages of TSD itself.

Build

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

Contributing

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.