mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-14 15:18:30 +00:00
add README
This commit is contained in:
parent
b83664dfce
commit
9a4f3af580
29
src-tauri/README.md
Normal file
29
src-tauri/README.md
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user