{"id":29526349,"url":"https://github.com/divmgl/arewesmite2yet","last_synced_at":"2025-07-16T20:06:26.601Z","repository":{"id":304118676,"uuid":"1017753003","full_name":"divmgl/arewesmite2yet","owner":"divmgl","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-11T06:53:24.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-11T10:27:42.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divmgl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T03:44:33.000Z","updated_at":"2025-07-11T06:53:45.000Z","dependencies_parsed_at":"2025-07-11T10:30:34.916Z","dependency_job_id":"c0894755-40d3-4aa9-84eb-bd2a3296a8a9","html_url":"https://github.com/divmgl/arewesmite2yet","commit_stats":null,"previous_names":["divmgl/arewesmite2yet"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/divmgl/arewesmite2yet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divmgl%2Farewesmite2yet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divmgl%2Farewesmite2yet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divmgl%2Farewesmite2yet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divmgl%2Farewesmite2yet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divmgl","download_url":"https://codeload.github.com/divmgl/arewesmite2yet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divmgl%2Farewesmite2yet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265536371,"owners_count":23784236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-16T20:06:23.027Z","updated_at":"2025-07-16T20:06:26.591Z","avatar_url":"https://github.com/divmgl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Are We SMITE 2 Yet?\n\n[![Deploy Status](https://github.com/divmgl/arewesmite2yet/actions/workflows/deploy.yml/badge.svg)](https://github.com/divmgl/arewesmite2yet/actions/workflows/deploy.yml)\n\nA website that tracks the porting status of gods from SMITE 1 to SMITE 2.\n\n[arewesmite2yet.com](https://arewesmite2yet.com)\n\n## Contributing\n\nIf you notice any incorrect information, missing gods, or outdated statuses, please:\n\n1. **Open an issue** to report the problem\n2. **Submit a pull request** with the correct information\n3. **Suggest improvements** to the website or data structure\n\nAll data is manually curated to ensure accuracy, so feedback and corrections are appreciated.\n\n## How It Works\n\nThis repo is a monorepo containing:\n\n- **Frontend**: Astro + React with Tailwind CSS\n- **Data**: JSON files with TypeScript types\n- **Deployment**: Cloudflare Pages with automated CI/CD\n- **Package Manager**: Bun\n- **Build System**: Turborepo\n\n### Project Structure\n\n```\npackages/\n├── configs/          # Shared TypeScript and tooling configurations\n├── data/             # Gods data and TypeScript types\n├── scripts/          # Data scraping and processing scripts\n└── web/              # Main website (Astro + React)\n```\n\n## Development\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) (latest version)\n- Node.js 18+ (for compatibility)\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/divmgl/arewesmite2yet.git\ncd arewesmite2yet\n\n# Install dependencies\nbun install\n\n# Start the development server\nbun run dev\n```\n\n### Commands\n\n```bash\n# Run the development server\nbun run dev\n\n# Run quality checks (lint, typecheck, build)\nbun turbo predeploy\n\n# Run individual tasks\nbun turbo lint\nbun turbo typecheck\nbun turbo build\n\n# Deploy to production\nbun turbo deploy\n```\n\n### Making Changes\n\n1. **Data Updates**: Edit `packages/data/gods.json` to update god information\n2. **UI Changes**: Modify components in `packages/web/src/components/`\n3. **Styling**: Update Tailwind classes or add new styles\n4. **Types**: Update TypeScript types in `packages/data/types.ts`\n\nAlways run `bun turbo predeploy` before submitting pull requests to ensure all quality checks pass.\n\n## Data Sources\n\nThe god data is compiled from:\n- [SMITE Wiki](https://smite.fandom.com/wiki/List_of_gods)\n- [SMITE 2 Wiki](https://wiki.smite2.com/w/Gods)\n- Community reports and updates\n\n## License\n\nMIT\n\n\n## Acknowledgments\n\n- **Hi-Rez Studios** for creating SMITE and SMITE 2\n\n## Copyright and Disclaimers\n\nThis project is not affiliated with Hi-Rez Studios. SMITE and SMITE 2 are trademarks of Hi-Rez Studios, Inc. All god names, images, and related intellectual property are the property of Hi-Rez Studios, Inc.\n\nThe data and images used in this project are for informational and educational purposes only. No copyright infringement is intended.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivmgl%2Farewesmite2yet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivmgl%2Farewesmite2yet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivmgl%2Farewesmite2yet/lists"}