This is a project on Tauri. This project will implement various functions such as converters, editors, and various other small functions.
First make sure you have Node js installed. To do this, open a command prompt or terminal and type the following commands:
node -vnpm -vIf you are using the bun package manager, then run this command:
bun -vAfter that, go to the folder with this project and run the following command:
npm installIf you are using the bun package manager, then run this command:
bun installIn order to run a Rust application, you need to make sure that you have a compiler for Rust. To find out if you have one, enter the following command:
rustc --versionIf you get an error instead of a version, it means that you don't have a Rust compiler. In oreder to set it up, go to the official website and follow the instructions on the website.
After installing the dependencies, use the following command to run, depending on the package manager you are using:
npm run tauri devOr
bun run tauri devThis project is licensed under the License Name.
If you have any questions or comments about this project, please feel free to contact us at contact email.



































