From 9a4f3af580a26b4ad2670e1d8d2ff83548105481 Mon Sep 17 00:00:00 2001 From: vvm Date: Sat, 24 Jun 2023 02:34:02 +0400 Subject: [PATCH] add README --- src-tauri/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src-tauri/README.md diff --git a/src-tauri/README.md b/src-tauri/README.md new file mode 100644 index 00000000..4045e190 --- /dev/null +++ b/src-tauri/README.md @@ -0,0 +1,29 @@ +# @strudel.cycles/tauri + +Rust source files for building native desktop apps using Tauri + +## Usage + +Install [Rust](https://rustup.rs/) on your system. + +From the project root: + +- install Strudel dependencies + +```js +pnpm i +``` + +- to run Strudel for development + +```js +pnpm tauri dev +``` + +- to build the binary and installer/bundle + +```js +pnpm tauri build +``` + +The binary and installer can be found in the 'src-tauri/target/release/bundle' directory