Inspired by CuteCom, Prettycom is a cross-platform serial monitor written in electron.
Binaries can be found here.
- Clone repository:
git clone https://github.com/hyldmo/prettycom.git
- Run
yarn
- Run
yarn dev
, or if you're using VSCode, pressF5
- 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