As of 2023/09/17 VATSIM currently uses a version of TDLS that is separate from this repository. This repository is vFDS's version. If anyone wants to work on the TDLS client that is most widely used in VATSIM, that is NOT this repo at this time.
- clone the repository
git clone https://github.com/vFlightDataSystems/VATSIM_TDLS_frontend
- install dependencies
npm install
- start the server
npm run start