Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 918 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 918 Bytes

Charisma CSS editor

Charisma is a CSS editor that takes a different approach from text based editors.

Running the project

Prerequisites

Tauri CLI

To install the Tauri CLI run the following command on a terminal:

cargo install tauri-cli

Start the dev server

The 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 dev

The project should run the vite server for node and then open a new window with the rust application.

Building the project

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