Skip to content

Installation

Sik edited this page Mar 31, 2024 · 9 revisions

From release page

Coming soon

From source

Clone the project and enter in the folder

$ git clone https://github.com/sikelio/sikontrol
$ cd sikontrol

Install the NPM dependencies

$ yarn install

Development mode

Run the following command to run the app in development mode

$ yarn tauri dev

Now when making any changes, it will refresh the app.

  • When changing rust code the app will recompile and then restart.
  • When changing web code (Typescript, CSS or HTML) it will simply do a refresh without restarting

Prod mode

Build the project and wait of the success message (it can take some time depending on your computer)

$ yarn tauri build

Go to the output directory, you have the between a .exe or .msi installer, chose the one you feel comfortable with. By default the .msi installer will install the app in Program Files on the other side the .exe installer will install it in %localappdata%

# MSI installer
$ cd ./src-tauri/target/release/bundle/msi

# EXE installer
$ cd ./src-tauri/target/release/bundle/nsis

And then just double click on the installer

Installer setup guide

MSI Installer image guide

image image image image

EXE Installer image guide

image image image image image