Skip to content

feralsoft/charisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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