Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

kevinskyba/F1-Telemetry

Repository files navigation

F1-Telemetry

This project is a web based telemetry app for the game F1 2019. It features a customizable frontend for various displays with telemetric data while playing the game.

Project setup

Prepare models in /models:

npm install
tsc

Prepare backend in /backend, use tsc --watch if you want to continiously compile TS for development:

npm install
tsc

Prepare frontend in /frontend:

npm install

Compiles and runs for development

Check backend/README.md and frontend/README.md for how to set these up for development.