Skip to content

Prototype of a launcher for OpenRefine built with Tauri

Notifications You must be signed in to change notification settings

OpenRefine/openrefine-tauri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openrefine-tauri

First, please follow all instructions to setup your dev environment as can be found here:

https://tauri.studio/en/docs/getting-started/intro

Our preference is to use cargo to run tauri, instead of yarn/npm, just because it is a bit faster.

Once your rust toolchain is setup, please run:

cargo install tauri-cli --version ^1.0.0-beta.2

Then to install nodejs dependencies:

> yarn

And finally to install rust dependencies and compile:

> cargo tauri dev

To see the development process, and when you are ready to bundle the binary:

> cargo tauri build

If at any time you want to confirm that your dependencies are up to date, run:

> cargo tauri info

And, if for some reason you need to debug the bundled binary, run:

> cargo tauri build --debug

Once you are done building, the binary executable will be found in the src-tauri/target/release/bundle folder.

About

Prototype of a launcher for OpenRefine built with Tauri

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published