vscode-azure-iot-toolkit/CONTRIBUTING.md

506 B

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.