dedimark / server

A server for tf2pickup.org

Home Page:https://tf2pickup.pl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tf2pickup.org server

Latest release Test status Code coverage MIT license Wekan

Documentation »

About the project

tf2pickup.org was created with a simple objective in mind. Make it as easy and accessible for twelve players to play a 6v6 pick-up game in Team Fortress 2 as possible.

Local deployment

  • clone the repository or download a zipped release of your choice

  • install dependencies

    $ yarn install
  • start required services

    $ docker-compose up -d
  • copy sample.env to .env and adjust your environment values, mainly:

    • STEAM_API_KEY,
    • SUPER_USER - your SteamID64,
    • LOG_RELAY_ADDRESS - your IP address in the local network.
  • run the server in development mode

    $ yarn dev

    The server is now listening on port 3000 by default.

Using Docker

There is a Docker image available for you to run the production version of the application.

Contact

About

A server for tf2pickup.org

https://tf2pickup.pl/

License:MIT License


Languages

Language:TypeScript 97.4%Language:JavaScript 2.5%Language:Dockerfile 0.1%Language:HTML 0.0%