Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 905 Bytes

File metadata and controls

51 lines (33 loc) · 905 Bytes

Contributing

Contributions are welcome.

Project structures

.devicescript      reserved folder for devicescript generated files
src/main.ts        default DeviceScript entry point
...

Local/container development

nvm install 18
nvm use 18
  • install DeviceScript compiler and tools
npm install

Using Visual Studio Code

  • open the project folder in code
code .

Using the command line

  • start the watch build and developer tools server
npm run watch
  • navigate to devtools page (see terminal output) to use the simulators or deploy to hardware.

  • open src/main.ts in your favorite TypeScript IDE and start editing.