Welcome to the GameDin monorepo. This repository hosts multiple projects that together form a modular gaming platform. Each project is maintained in its own directory with dedicated documentation.
Directory | Description |
---|---|
gamedin-ecosystem |
Main monorepo containing the microservice-based ecosystem and front‑end applications. |
gamedin-genesis |
Infrastructure and bootstrap configuration using AWS Amplify. |
packages |
Shared libraries such as ar-vr-core for AR/VR functionality. |
Each project has its own setup instructions. Start by reading the README inside the directory you are interested in.
# example
cd gamedin-ecosystem
pnpm install
pnpm dev
- Fork the repository
- Create a feature branch
git checkout -b feat/my-awesome-feature
- Commit using Conventional Commits
- Open a pull request
This project is released under the Eternal Love License v∞.
The docs
directory powers the project's GitHub Pages site. Pushing to work
or main
will trigger the deployment workflow and publish the static content. Component guides for gamedin-ecosystem and gamedin-genesis include architecture diagrams for deeper insight.