Source code for DragonsCrossing a ROUGE-LIKE RPG Built On Web3
It's intended as a placeholder to release DragonsCrossing source code in public domain. Right now there are no efforts to build from this Repository
The git deploy actions for the entire solution (all servers and dependencies ) as Kubernetes YAML files in the frontend/deploy folder. Our team was 100% CI/CD compliant, so all installs and deploys are via git actions and documented in those code. To create a frontend dev environment , complete with all server dependencies please refer to frontend/README.md. To dev the backend you can run backend/docker-compose.localsql.yml to create all required services.