Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 368 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (22 loc) · 368 Bytes

Contributing to Inversify

Setup

1 - Clone your fork of the repository:

$ git clone https://github.com/YOUR_USERNAME/dts.git

2 - Install typings:

$ npm install -g typings

3 - Install type definitions:

$ typings install

4 - Install npm dependencies:

$ npm install

5 - Run build process

$ gulp