@socialgorithm/tournament-server

10.6.0 • Public • Published

Tournament Server

npm version

Game-agnostic tournament server

Run

An online version of this server is always running at server.socialgorithm.org, deployed using DigitalOcean.

To run locally:

$ npx @socialgorithm/tournament-server -h

tournament-server v10.0.0

  Socialgorithm Tournament Server

Options

...

Developer Guide

Clone the repo locally and run npm install. Once dependencies are installed you can run:

$ npm run start:dev

This will run the typescript compiler and start the server, restarting the server whenever a file changes.

Debugging

The server uses the debug library to aid debugging. Simply run:

DEBUG=sg:* npm run start:dev

This will enable verbose logging of Socialgorithm related messages (use * to log everything).

Readme

Keywords

Package Sidebar

Install

npm i @socialgorithm/tournament-server

Weekly Downloads

1

Version

10.6.0

License

AGPL-3.0-or-later

Unpacked Size

152 kB

Total Files

65

Last publish

Collaborators

  • socialgorithm-bot
  • gyorokpeter
  • aurbano
  • reddyalready