This is the source code for the official tarkov.dev website.
View Escape from Tarkov information about items, barters, trades, flea market prices, quests, maps, hideout profits, and so much more!
To build and test the site locally just follow the steps below:
Install dependencies:
npm install
Start development server:
npm start
Access the site: localhost:3000 🎉
Note: You can update data with:
npm run prebuild
This project (tarkov-dev) is a fork of tarkov-tools.com. The original creator @kokarn decided to shut the site down. In the spirit of open source, a group of developers came together to revive the site in order to continue providing a great website for the Tarkov community and an API to power further development for creators. This project is now 100% open source (see infrastructure section below) and developer first. Our GitHub Organization (the-hideout) contains all the repos which power the API, this website, the community Discord bot, server infrastructure, and much more! We are passionate about open source and love pull requests to improve our ecosystem for all.
We love pull requests and contributors looking to improve this project! Anything from simple spelling errors, icon updates, fixes for small css bugs or just posting issues to keep track of what needs to be done is greatly appreciated.
Deploying your changes to production is easy! Just do the following:
.deploy to development
to deploy your changes to the development environment for final validation.deploy
on your pull request to branch deploy your changes to productionThere are two ways to update languages on the site:
Rather than go into detail here, we have opened a great guide in a GitHub issue for how you can provide translation contributions to tarkov.dev!
Check out the guide here
To update the supported languages used by the site with the GraphQL API, you will need to edit the following file: supported-languages.json
See this pull request for additional context
To learn more about the infrastructure, components, and open source pieces of this project, check out our infrastructure documentation
Thank you to all of our awesome contributors! ❤️