diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-11-28 07:17:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 07:17:35 +0100 |
commit | 5dcde24c7c3c6f1c9715046a040a560f89c0f509 (patch) | |
tree | 1055c7b2ba6a97f7ea735f870a7fc455cb6022ff /docs/DEVELOPMENT.md | |
parent | 94ed8a0b0814dff97431811a259175f6d58d0d17 (diff) | |
download | FlightCore-5dcde24c7c3c6f1c9715046a040a560f89c0f509.tar.gz FlightCore-5dcde24c7c3c6f1c9715046a040a560f89c0f509.zip |
docs: Link Tauri intro and tutorial (#79)
Diffstat (limited to 'docs/DEVELOPMENT.md')
-rw-r--r-- | docs/DEVELOPMENT.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 602ec1b8..3eb0a72d 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -25,6 +25,12 @@ Then for developing npx tauri dev ``` +## Tauri + +An introduction to Tauri can be seen in this short YouTube video: https://youtu.be/-X8evddpu7M + +A longer Tauri tutorial can be found here: https://youtu.be/kRoGYgAuZQE + ## Tips Note that you can adjust the behaviour of Tauri windows in `tauri.conf.json`, e.g. |