# 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
```