hbarsaiyan / cinny-tauri

A lightweight unofficial wrapper for Cinny made in Tauri
GNU General Public License v3.0
12 stars 2 forks source link
cinny matrix tauri tauri-app

Cinny Tauri

FAQ

What is Cinny Tauri?

It's an unofficial wrapper for Cinny that uses the lightweight library Tauri.

Installing

Contributing

Contributions are absolutely appreciated! Feel free to tackle open issues, add something neat, etc. whatever you feel like. :)

Tauri Dependencies

First, you will need the dependencies needed for Tauri. You can see the process depending on your operating system here!

Clone the repository

git clone https://github.com/hbarsaiyan/cinny-tauri.git

Install the project dependencies

npm install

Check to Make Sure Everything Is Set up Properly:

npm run tauri info

At this point, you can edit the code!

Run cinny-tauri

npm run tauri dev

Build cinny-tauri

The binary file will be in /src-tauri/target/release/

npm run tauri build

Screenshots

cinny_sc

Special Thanks to:

@ajbura for creating Cinny

@RealDrPuc for creating discord-tauri, which has served as a template for this project.