Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 526 Bytes




x-track \ foxsys-xyz

The flight tracker for foxsys-xyz. Still a work in progress.

Installation

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