An open-source, simple variation of the basic UNO game gone pastel.
Play for free on 108.cards!
- node.js 16+
- npm 6+
- go 1.20+
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
.