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, 0 insertions, 18 deletions
diff --git a/src-vue/README.md b/src-vue/README.md
deleted file mode 100644
index e6d7ea6e..00000000
--- a/src-vue/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-```