This is the repository for both the back and frontend for demoticks.tf.
Demoticks.tf allows the user to find relevant events in their recent Team Fortress 2 matches uploaded to logs.tf
A docker image can be found here: docker-hub
You'll also need a working mysql server. See docker-compose.yml for more details
Node.js and npm are required to build the project.
Simply run npm install --force
and you're ready to go!
Either use npm run buildcjs
and npm run start
to build and then run the js files or run the project with typescript "directly" using the tsconfig.json