From 94ed8a0b0814dff97431811a259175f6d58d0d17 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 28 Nov 2022 07:15:41 +0100 Subject: docs: Introduce languages used in FlightCore (#78) --- docs/DEVELOPMENT.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3