Skip to content

hemildesai/imperial

Repository files navigation

Imperials!

Open source game with mechanics similar to Catan.

Website Blog License

screenshot

Setup

  • 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. Use nodemon --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.

License

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.