This is a simple web installer for Jaculus - JavaScript runtime for embedded devices
Use this tool: Jaculus web installer
npm install
npm run dev
Then open http://localhost:1234 in Chrome or Edge. The npm run dev step will call Parcel which start a local http server serving index.html with compiled index.ts.
npm install
npm run build
Copy the content of dist to your static pages service like Github pages.

