Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 425 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 425 Bytes

Instructions for Contributing Code

Build Locally (Includes Compiling, Linting, Testing)

   npm run buildLocal

Interactive Development

Watch for compile errors:

   npm run tscWatch

Run the dev server:

   npm run webpack-dev-server