aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc377cb7..2f5b98ff 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,19 @@
-Rust Tauri App Introduction from YouTube video: \ No newline at end of file
+
+Source code for the [Rust Tauri Introduction Video](https://www.youtube.com/watch?v=kRoGYgAuZQE&list=PL7r-PXl6ZPcCIOFaL7nVHXZvBmHNhrh_Q)
+
+## Setup
+
+```sh
+npm install
+```
+
+## Run
+
+```sh
+# terminal 1 (UI localhost for hot-reload)
+npm run ui-dev
+
+# terminal 2 (for the Tauri ho)
+npm
+```
+