Skip to content

A tool used for tracking player kills in the game Escape From Tarkov

License

Notifications You must be signed in to change notification settings

corbin-mcguire/eft-tracker

Repository files navigation

eft-tracker

This tool is currently under development. It will mostly be used by my and my friends to log kills in the game Escape From Tarkov to see if we encounter the same players wipe after wipe.

Running locally

$ npm install
$ npm run serve

Running with Docker

$ docker build . -t yourContainerName
$ docker run -p 49160:8080 -d yourContainerName

About

A tool used for tracking player kills in the game Escape From Tarkov

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published