LeCodes CLI 0.6.3
====================

Compile and preview LeCodes projects locally — no account or login required.

  lecodes init [dir]            scaffold a new local project (starter + types + tsconfig)
  lecodes preview -o app.js     compile the local project to a self-contained .js
                                (runnable by LeCodes Desktop: put app.js next to the
                                 desktop binary, or pass it as an argument)
  lecodes dev                   run the project on a device with hot reload — starts a
                                LAN dev server and prints a QR code; every save
                                recompiles and hot-swaps the running app
  lecodes help                  the full command list

Keep the "runtime/" folder and the chisel binary next to the lecodes binary.
