Skip to content

A lightweight unofficial wrapper for Cinny made in Tauri

License

Notifications You must be signed in to change notification settings

hbarsaiyan/cinny-tauri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.