/server

A server for tf2pickup.pl

Primary LanguageTypeScriptMIT LicenseMIT

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