Skip to content

Commit 1d185b2

Browse files
author
man2k
committed
major Ui changes, Not everything is working yet
1 parent 4d6b6aa commit 1d185b2

File tree

19 files changed

+3223
-278
lines changed

19 files changed

+3223
-278
lines changed

Windows_Client_Tauri/Encryption_Client_Windows/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ This template should help get you started developing with Tauri and React in Vit
66

77
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
88

9-
109
### BUILD (To build installer):
10+
1111
npm i
1212
npm run tauri dev
1313

14-
### TEST BUILD (To build a test case):
14+
### TEST BUILD (To build a test case):
15+
1516
npm i
16-
npm run
17+
npm run build
1718

1819
### Server Start:
20+
1921
npm i
20-
npm start
22+
npm run dev

0 commit comments

Comments
 (0)