Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 731 Bytes

File metadata and controls

19 lines (13 loc) · 731 Bytes

Introduction

OBGS stands for Open Board Game Stats. It is meant to be an opensource social network for board games. It aims to collect play group stats from different games and showing them in a nice way. It is still in its early stages of development.

Development

Getting started

  • install pnpm
  • pnpm i
  • pnpm dev

Stack

  • typescript
  • nextjs
  • Communication with the backend is made with GraphQL requests using Apollo.
  • The UI is constructed with Material UI.
  • At the moment, there is no global storage used here outside React's Context API and Apollo's cache.