forked from Upstreams/cinny-desktop
Yet another matrix client for desktop
- JavaScript 61.6%
- Rust 38.4%
|
|
||
|---|---|---|
| .github | ||
| scripts | ||
| src-tauri | ||
| trixcord-client@841b7d3cc3 | ||
| .gitignore | ||
| .gitmodules | ||
| .node-version | ||
| .npmrc | ||
| config.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Trixcord desktop
Trixcord is a Matrix client for the Sidera network, built on top of Cinny. The desktop app is made with Tauri.
Based on Cinny desktop — currently tracking upstream 4.10.5.
Local development
Follow the Tauri prerequisites to set up Rust, Node.js and build tools, then:
git clone --recursive https://git.sidera.fr/DrTrix/trixcord-desktop.git
cd trixcord-desktop/trixcord-client
npm ci
cd ..
npm ci
To build:
npm run tauri build
To start the dev server:
npm run tauri dev