Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

G-PST/inertia-monitoring-prototype

Repository files navigation

Inertia Monitoring Dashboard

Install rust, node and tauri

Develop

npm install
npm run tauri dev

Build

npm install
npm run build

Release

Change version number in all these files:

package.json package-lock.json src-tauri/Cargo.toml src-tauri/Cargo.lock src-tauri/tauri.conf.json

Commit and push to GitHub. Then make new release on GitHub.