Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 991 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 991 Bytes

Contributing

This project uses DeviceScript which provides a TypeScript experience for micro-controllers.

The best development experience is done through Visual Studio Cocde and the DeviceScript extension; but a command line tool is also available.

Container development (Codespaces, CodeSandbox, ...) is supported but connection to hardware (through Serial or USB) is not available. Simulators and compilers will work.

Local development

nvm install --lts
nvm use --lts
  • install DeviceScript compiler and tools
npm install
code .