UpMonitor

Upmonitor

Electron app build with Svelte for Monitoring Up status of Endpoints

Up-Monitor

About

Electron app build with Svelte for Monitoring Up status of Endpoints

Download Windows Installer

Download latest release installer.

Development

  1. Install dependencies

    $ yarn # or npm install
    
  2. Start electron application with hot reload for dev

    $ yarn electron-dev # or npm run electron-dev
    

Release

Generate Windows Installer (on folder dist)

yarn electron:windows

Generate windows installer and upload to github release as draft

yarn release:windows

You first need assign github access token to an environment variable
On macOS/linux:

export GH_TOKEN="<YOUR_TOKEN_HERE>"

On Windows, run in powershell:

[Environment]::SetEnvironmentVariable("GH_TOKEN","<YOUR_TOKEN_HERE>","User")

Make sure to restart your IDE/Terminal to inherit latest env variable.

Used libraries

Top categories

Loading Svelte Themes