modulepackage
0.0.0-20201210173104-2512ba587154
Repository: https://github.com/peterzernia/set.git
Documentation: pkg.go.dev
# README
set
Set is a recreation of the card game Set, built with Go and Typescript React
Development
make build
builds the docker containers
make up
runs the backend server + frontend development server
make set
builds the go binary
make client
builds the frontend javascript