To launch the Thymio/Blockly web app, open one on the html file in the thymio_blockly
directory.
This applications requires the Thymio Device Manager
to be launched separately.
- Run
npm i
in the directory to install dependencies - Run
npm run build
to build the application
- Run
npm run start
to serve the app from a web server supporting live reloading