Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 506 Bytes

Prerequisites

Setup

  1. Fork and clone the repository
  2. cd vscode-azure-iot-toolkit
  3. Install the dependencies: npm install
  4. Open the folder in VS Code
  5. Install TSLint (not required but recommended)
  6. Press F5. Go!

Test

Make sure you have run npm run tslint before submitting Pull Requests.