Open source game with mechanics similar to Catan.
- Set up MongoDB on your local machine or use a cloud service.
- Set environment variables in
.env
and.env.local
file in./ui
folder. - Run
go run cmd/server/main.go
. Usenodemon --signal SIGINT -e go --exec go run --race cmd/server/main.go
to watch backend changes and restart the server automatically. - Run
npm run dev
in./ui
to start the frontend.
All code in this repository is licensed under the AGPLv3 license. The copyright for the artwork is owned by the project owners and may not be used without permission.