tengen-io / web-client

tengen.io — Frontend open source Go server
10 stars 5 forks source link
apollo-client create-react-app frontend game graphql react webpack

tengen.io

:black_circle: Frontend of the open source Go server

Server app

Go is the world's oldest and most popular board game. Yet it is still relatively niche in the United States and Europe. The goal of this project is to offer a simple, perfomant, delightful online experience to learn and play Go.

We'd like to do to Go what Lichess has done to internet chess.

Running the App with Docker

docker pull tengen-io/web-client

docker run -p 8080:8080 -d tengen-io/web-client

Then visit http://localhost:8080 to view the app.

Contribute

Jump in and check out the issues page.

The frontend uses:

We have a live GraphQL API which you can interact with at https://go-stop.herokuapp.com/api/graphiql (It is a free-tier Heroku app, so give it a moment to spool up).

Some dev app conventions:

The project is in very early stages of development and much of the components are open for contribution. For more specifics, see the the issues page.