Skip to content

mcserep/tarkov-graph

Repository files navigation

Escape from Tarkov - Task Graph Visualization

This browser local webapp visualizes the task dependency graph of the Escape from Tarkov.
You may also connect your Tarkov Tracker profile with an API token to add your own progress to the graph.

Data sources:

How to build

Install dependencies

npm install

Run in development mode

npm run dev

Build for production

npm run build