-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Sik edited this page Mar 31, 2024
·
9 revisions
Coming soon
Clone the project and enter in the folder
$ git clone https://github.com/sikelio/sikontrol
$ cd sikontrol
Install the NPM dependencies
$ yarn install
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
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