Kadium
App for staying ontop of YouTube channel uploads
Download for Mac, Windows or Linux
Dev instructions
Get started
- Install Node.js (v14 works)
- Install Rust (v1.50 works)
- Follow the Tauri setup guide
- Run
npm install
Commands
DEVELOPMENT=1 npm run dev
: Start in dev mode.DEVELOPMENT=1
tells Kadium to use./src-tauri/appdata
for app data.npm run build
: Buildnpm run lint
: Lintnpm run check
: Run svelte-check
Release new version
- Manually bump the version number in
src-tauri/Cargo.toml
- Check for errors and bump the
Cargo.lock
version numbercargo check --manifest-path src-tauri/Cargo.toml
- Dispatch the GitHub Release workflow and wait
- Add release notes to the generated GitHub release and publish it
- Update
CHANGELOG.md