/prettycom

A serial monitor written in electron

Primary LanguageTypeScriptMIT LicenseMIT

Prettycom Node.js CI


Inspired by CuteCom, Prettycom is a cross-platform serial monitor written in electron.

Screenshot

image

image

Installation

Binaries can be found here.

Development

  • Clone repository: git clone https://github.com/hyldmo/prettycom.git
  • Run yarn
  • Run yarn dev, or if you're using VSCode, press F5

Notes

  • Code in app/server server folder lives inside electron, and is not automatically reloaded. You will have to restart the electron shell for changes to be reflected.
  • Build files (such as .js and .css) are automatically hidden in VS Code. Go to .vscode\settings.json to unhide them.
  • If you are switching branches and you're getting errors, try running yarn clean to clear old build files