{"id":16473374,"url":"https://github.com/vikpe/draft","last_synced_at":"2025-03-23T11:32:51.082Z","repository":{"id":65608486,"uuid":"296260992","full_name":"vikpe/draft","owner":"vikpe","description":"Single page app for drafting.","archived":false,"fork":false,"pushed_at":"2024-04-28T10:55:30.000Z","size":5916,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T20:07:43.708Z","etag":null,"topics":["quakeworld"],"latest_commit_sha":null,"homepage":"http://draft.quake.world","language":"JavaScript","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/vikpe.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}},"created_at":"2020-09-17T08:08:35.000Z","updated_at":"2024-04-28T10:55:33.000Z","dependencies_parsed_at":"2024-10-28T16:09:41.489Z","dependency_job_id":"d84207b3-6342-4633-888a-530ffaf4b0f7","html_url":"https://github.com/vikpe/draft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fdraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fdraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fdraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fdraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikpe","download_url":"https://codeload.github.com/vikpe/draft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"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":["quakeworld"],"created_at":"2024-10-11T12:26:40.861Z","updated_at":"2025-03-23T11:32:50.526Z","avatar_url":"https://github.com/vikpe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# draft [![Deploy](https://github.com/vikpe/draft/actions/workflows/deploy.yml/badge.svg)](https://github.com/vikpe/draft/actions/workflows/deploy.yml)\n\n\u003e Single page web app for drafting\n\n## Install/getting started\n\n1. Clone repo\n2. `yarn install`\n3. `yarn dev` - will serve app @ `http://localhost:5173`\n\n## Editing players and teams\n\nEdit `src/data.js`\n\n**Example**\n\n```js\nexport const teams = {\n  red: {\n    id: \"red\",\n    playerNames: [\"bps\"],\n    sortOrder: 1,\n  },\n  blue: {\n    id: \"blue\",\n    playerNames: [\"Milton\"],\n    sortOrder: 2,\n  },\n};\n\nexport const players = {\n  \"AiRman\": Player(\"AiRman\", \"pl\"),\n  \"Andeh\": Player(\"Andeh\", \"se\"),\n  \"anni\": Player(\"anni\", \"de\"),\n  \"badsebi\": Player(\"badsebi\", \"pl\"),\n};\n```\n\n## Development\n\nStart development server at `http://localhost:5173`, live-reloading changes.\n\n```bash\nyarn dev\n```\n\n## Production\n\nBundle and output build to `dist/`.\n\n```bash\nyarn build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpe%2Fdraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikpe%2Fdraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpe%2Fdraft/lists"}