The flight tracker for foxsys-xyz. Still a work in progress.
This application requires electron & react for a build as minimum. Obviously, you should have yarn or npm installed for the node dependencies.
Install the dependencies and devDependencies and start the server.
$ cd x-track
$ yarn install
$ cp .env.example .env
$ yarn dev
For production environments.
$ yarn dist