aboutsummaryrefslogtreecommitdiff
path: root/src-vue/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/README.md')
-rw-r--r--src-vue/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/src-vue/README.md b/src-vue/README.md
new file mode 100644
index 00000000..e6d7ea6e
--- /dev/null
+++ b/src-vue/README.md
@@ -0,0 +1,18 @@
+# FlightCore UI
+
+This folder holds FlightCore's interface repository.
+
+This is a [Vue (v4)](https://vuejs.org/) project, using [Element Plus](https://element-plus.org/en-US/) component library.
+
+## Development
+
+```shell
+# Install dependencies
+npm install
+
+# Run in development mode
+npm run dev
+
+# Build for production
+npm run build
+```