{"id":20318387,"url":"https://github.com/rumenpetrov/fe-hunger-games","last_synced_at":"2026-02-15T03:03:17.851Z","repository":{"id":217349952,"uuid":"743658845","full_name":"rumenpetrov/fe-hunger-games","owner":"rumenpetrov","description":"Coding game for closed community focused on core front-end languages and native APIs, where the participants get a challenge every month to build a simple UI block by specified requirements.","archived":false,"fork":false,"pushed_at":"2024-11-22T16:39:34.000Z","size":12357,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-07T02:50:59.866Z","etag":null,"topics":["astro","astrojs","coding-game","community","css","docker","game","html","js"],"latest_commit_sha":null,"homepage":"https://rumenpetrov.github.io/fe-hunger-games/","language":"HTML","has_issues":false,"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/rumenpetrov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-01-15T17:54:13.000Z","updated_at":"2024-11-22T16:39:38.000Z","dependencies_parsed_at":"2024-01-26T16:48:49.095Z","dependency_job_id":"fa046d31-7de2-4c81-988e-30affbb2bda3","html_url":"https://github.com/rumenpetrov/fe-hunger-games","commit_stats":null,"previous_names":["rumenpetrov/fe-hunger-games"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rumenpetrov/fe-hunger-games","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumenpetrov%2Ffe-hunger-games","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumenpetrov%2Ffe-hunger-games/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumenpetrov%2Ffe-hunger-games/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumenpetrov%2Ffe-hunger-games/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumenpetrov","download_url":"https://codeload.github.com/rumenpetrov/fe-hunger-games/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumenpetrov%2Ffe-hunger-games/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29466925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"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":["astro","astrojs","coding-game","community","css","docker","game","html","js"],"created_at":"2024-11-14T18:39:16.128Z","updated_at":"2026-02-15T03:03:17.837Z","avatar_url":"https://github.com/rumenpetrov.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Deploy to GitHub Pages](https://github.com/rumenpetrov/fe-hunger-games/actions/workflows/deploy.yml/badge.svg)](https://github.com/rumenpetrov/fe-hunger-games/actions/workflows/deploy.yml)\n\n# FE hunger games\nCommunity-driven game focusing on front-end development, where participants collaborate to create the most polished code for simple UI blocks.\n\n## Requirements\n* node 18\n* npm 9.8.1\n* docker 24+\n\n## Initial setup (for local development)\n1. Make all scripts executable and run the setup-env script which will create the app's docker image\n```bash\n$ chmod u+x ./bin/*\n$ ./bin/setup-env.sh\n```\n\n2. Install dependencies\n```bash\n$ ./bin/run-command.sh npm i\n```\n\n3. Run the app in dev mode (make sure port 4321 is free on your machine)\n```bash\n$ ./bin/start.sh\n```\n\n## Build (for production)\n```bash\n$ ./bin/run-command.sh npm run build\n```\n\nif you want to preview the changes (make sure port 4322 is free on your machine)\n```bash\n$ ./bin/run-command.sh npm run preview\n```\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── layouts/\n│   └── pages/\n├── astro.config.mjs\n├── README.md\n├── package.json\n└── tsconfig.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nThe `src/content/` directory contains \"collections\" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4321`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n## 👀 Want to learn more?\n\nCheck out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n\n## Credit\n\nThis theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumenpetrov%2Ffe-hunger-games","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumenpetrov%2Ffe-hunger-games","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumenpetrov%2Ffe-hunger-games/lists"}