[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

Svelte 53.1%
Rust 32.1%
TypeScript 12.2%
JavaScript 1.8%
HTML 0.8%
CSS 0.1%
Other 0.1%
288 2 24

Clone this repository

https://tangled.org/kasper.space/kadium https://tangled.org/did:plc:pcswxrgx2rb4pt3jadxeweji
git@tangled.org:kasper.space/kadium git@tangled.org:did:plc:pcswxrgx2rb4pt3jadxeweji

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Kadium

App for staying ontop of YouTube channels' uploads
Download for Mac, Windows or Linux


Screenshot 1

Screenshot 2

Dev instructions#

Get started#

  1. Install Node.js
  2. Install Rust
  3. Follow the Tauri setup guide
  4. Run npm install

Commands#

  • npm run dev: Start app in dev mode. It sets DEVELOPMENT=1 to tell the app to use ./src-tauri/appdata for app data.
  • npm run build: Build
  • npm run lint: Lint
  • npm run format: Format

Release new version#

  1. Update CHANGELOG.md
  2. Bump the version number in src-tauri/Cargo.toml
  3. Run cargo check to update Cargo.lock
  4. Create a git tag in the format v#.#.#
  5. Add release notes to the generated GitHub release and publish it