{"id":30104911,"url":"https://github.com/raid-guild/dust-raidguild-forge","last_synced_at":"2025-08-09T23:16:35.591Z","repository":{"id":308371568,"uuid":"1032548562","full_name":"raid-guild/dust-raidguild-forge","owner":"raid-guild","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-05T16:12:54.000Z","size":624,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-05T16:22:23.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dust-raidguild-forge.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raid-guild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-05T13:19:45.000Z","updated_at":"2025-08-05T16:12:57.000Z","dependencies_parsed_at":"2025-08-05T16:38:21.421Z","dependency_job_id":null,"html_url":"https://github.com/raid-guild/dust-raidguild-forge","commit_stats":null,"previous_names":["raid-guild/dust-raidguild-forge"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/raid-guild/dust-raidguild-forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raid-guild%2Fdust-raidguild-forge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raid-guild%2Fdust-raidguild-forge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raid-guild%2Fdust-raidguild-forge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raid-guild%2Fdust-raidguild-forge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raid-guild","download_url":"https://codeload.github.com/raid-guild/dust-raidguild-forge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raid-guild%2Fdust-raidguild-forge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269649942,"owners_count":24453565,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-09T23:16:34.967Z","updated_at":"2025-08-09T23:16:35.576Z","avatar_url":"https://github.com/raid-guild.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RaidGuild Forge\n\nA comprehensive toolkit for Dust adventures, built with React, TypeScript, and Vite.\n\n## Features\n\n- **Waypoint Management**: Save, organize, and navigate to waypoints in the Dust world\n- **Sign Editor**: Edit signs in the game world\n- **Force Field Management**: Manage force field memberships\n- **Position Tracking**: Get player and cursor positions\n- **MUD Integration**: Query the MUD database for entity information\n\n## Tech Stack\n\n- React 18\n- TypeScript\n- Vite\n- React Query (TanStack Query)\n- DustKit for Dust integration\n- LatticeXYZ for MUD framework\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- pnpm\n\n### Installation\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   pnpm install\n   ```\n\n### Development\n\nStart the development server:\n```bash\npnpm run dev\n```\n\nThe app will be available at `http://localhost:5173`\n\n### Building for Production\n\nBuild the app for production:\n```bash\npnpm run build\n```\n\nThe built files will be in the `dist` directory.\n\n### Deployment\n\nThis app is configured for deployment on Vercel. The `vercel.json` file contains the necessary configuration for:\n\n- Build command: `pnpm run build`\n- Output directory: `dist`\n- Framework: Vite\n- SPA routing with rewrites\n- CORS headers\n\n## Project Structure\n\n```\nsrc/\n├── App.tsx          # Main application component\n├── main.tsx         # Application entry point\n├── index.css        # Global styles\n└── index.html       # HTML template (moved to root for Vite)\n\npublic/\n└── dust-app.json    # Dust app configuration\n\nvercel.json          # Vercel deployment configuration\nvite.config.ts       # Vite build configuration\ntsconfig.json        # TypeScript configuration\npackage.json         # Dependencies and scripts\n```\n\n## Usage\n\n1. **Waypoints Tab**: Add, edit, and manage waypoints for navigation\n2. **Force Field Tab**: Manage force field memberships and permissions\n3. **Signs Tab**: Edit signs in the game world\n4. **Newsletter Tab**: Newsletter management (placeholder)\n\n## Configuration\n\nThe app integrates with the Dust world and uses the MUD indexer for queries. Make sure you have the proper Dust client connection configured.\n\n## License\n\nThis project is part of the RaidGuild ecosystem. # Updated for Vercel deployment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraid-guild%2Fdust-raidguild-forge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraid-guild%2Fdust-raidguild-forge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraid-guild%2Fdust-raidguild-forge/lists"}