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

Latest commit

 

History

History
34 lines (21 loc) · 933 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 933 Bytes

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.