Charisma is a CSS editor that takes a different approach from text based editors.
- Tauri prerequisites
- Tauri cli
To install the Tauri CLI run the following command on a terminal:
cargo install tauri-cliThe project is ran using the cargo tauri command to start it from the rust side.
To do that, run the following command on the root of the project:
cargo tauri devThe project should run the vite server for node and then open a new window with the rust application.
Building the project is similar to running it. All happens from the rust side. To build the project, run the following command on the root of the project:
cargo tauri build