Skip to content

klydra/108

Repository files navigation

108.cards

An open-source, simple variation of the basic UNO game gone pastel.
Play for free on 108.cards!


Requirements

  • node.js 16+
  • npm 6+
  • go 1.20+

Structure

The frontend consists of a simple React app with TypeScript in the root of the repository which can be served locally for development by simply running npm ci and npm run start.

The backend located in /server is based on PocketBase which is extended via native Go code and can be compiled as a single batteries included executable by running go mod download and go build main.