Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 988 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 988 Bytes

Socialgorithm Game/Tournament Web Client

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.

Running Locally

To run locally, simply:

npm install
npm run start

Dev stuff

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.