Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 727 Bytes

File metadata and controls

29 lines (19 loc) · 727 Bytes

Using Jaculus web installer

This is a simple web installer for Jaculus - JavaScript runtime for embedded devices

Use this tool: Jaculus web installer

Install Jaculus on your device

Jaculus web installer

Serial monitor

Jaculus web installer

Testing it locally

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.

Generate build to publish

npm install
npm run build

Copy the content of dist to your static pages service like Github pages.