This is the web client that participants use to play, administer or spectate Socialgorithm games.
A version of this client is always running at tournaments.socialgorithm.org, hosted on Netlify.
It connects to a running Tournament Server([Source])(https://github.com/socialgorithm/tournament/) and allows you to navigate the Socialgorithm API.
If you want to deploy your own version clone this repository and run npm start
.
To run locally, simply:
npm install
npm run start
This client is built with React, and some other modern libraries. It was bootstrapped from create-react-app so you may already be familiar with the structure.
We use Semantic UI for the UI/UX.