Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 336 Bytes

GameNight

GameNight is a simple way to play party games with your friends online (or in person).

Development

  • client contains the React-based code for the web frontend
  • server contains the Go-based webserver and backend code
  • common contains assets, configurations, and schemas shared between the client and the server.