Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 739 Bytes

Thymio Blockly Standalone

Build Status

Usage

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.

Deployment

  • Run npm i in the directory to install dependencies
  • Run npm run build to build the application

Development

  • Run npm run start to serve the app from a web server supporting live reloading