Contributions are welcome.
.devicescript reserved folder for devicescript generated files
src/main.ts default DeviceScript entry point
...
- install Node.js LTS 18+
nvm install 18
nvm use 18- install DeviceScript compiler and tools
npm install- open the project folder in code
code .-
install the DeviceScript extension
-
start debugging!
- 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.tsin your favorite TypeScript IDE and start editing.