https://github.com/hexeption/codrandom
Warzone loadout generator (BO6/MW3/MW2)
https://github.com/hexeption/codrandom
callofduty random-generation warzone
Last synced: 16 days ago
JSON representation
Warzone loadout generator (BO6/MW3/MW2)
- Host: GitHub
- URL: https://github.com/hexeption/codrandom
- Owner: Hexeption
- Created: 2025-08-15T02:01:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T05:30:41.000Z (about 1 month ago)
- Last Synced: 2025-09-17T06:03:43.949Z (20 days ago)
- Topics: callofduty, random-generation, warzone
- Language: TypeScript
- Homepage: http://codrandom.com
- Size: 346 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cod Random
codrandom is a monorepo that provides a Next.js web app and shared packages to generate randomized Call of Duty loadouts.
Quickstart (development)
1. Install dependencies at repo root:
pnpm install
2. Start the development server for the web app:
pnpm dev --filter=@workspace/web
Common tasks
- Build all packages: `pnpm build`
- Run data seed: `pnpm -C packages/data run seed`
- Lint: `pnpm lint`Where to look
- Web app: `apps/web`
- Data & seed scripts: `packages/data`
- Shared UI: `packages/ui````