diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-11-28 07:15:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 07:15:41 +0100 |
commit | 94ed8a0b0814dff97431811a259175f6d58d0d17 (patch) | |
tree | 6ea589378a81dae09d01f5ac477a9ef64cbca694 | |
parent | e7b549b4a4534484fc5549b20e30a89501c1b019 (diff) | |
download | FlightCore-94ed8a0b0814dff97431811a259175f6d58d0d17.tar.gz FlightCore-94ed8a0b0814dff97431811a259175f6d58d0d17.zip |
docs: Introduce languages used in FlightCore (#78)
-rw-r--r-- | docs/DEVELOPMENT.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 387c3220..602ec1b8 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -1,5 +1,9 @@ # Development +FlightCore uses [Tauri](https://tauri.app/) as its UI framework. This means it is split into a **backend** written in [Rust](https://www.rust-lang.org/) and a frontend written in [Vue](https://vuejs.org/) and [TypeScript](https://www.typescriptlang.org/). + +## Setup + Make sure you have the necessary dependencies installed: https://tauri.app/v1/guides/getting-started/prerequisites |