{"id":44364152,"url":"https://github.com/uclaacm/icpc-website","last_synced_at":"2026-02-11T18:16:29.485Z","repository":{"id":28831030,"uuid":"293555777","full_name":"uclaacm/icpc-website","owner":"uclaacm","description":"Official Website for ACM ICPC at UCLA","archived":false,"fork":false,"pushed_at":"2025-12-01T04:53:16.000Z","size":91311,"stargazers_count":8,"open_issues_count":29,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-03T15:30:50.097Z","etag":null,"topics":["acm","acm-icpc","icpc","ucla","ucla-opensource","website"],"latest_commit_sha":null,"homepage":"https://icpc.uclaacm.com","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/uclaacm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://www.cs.ucla.edu/industry"]}},"created_at":"2020-09-07T14:48:29.000Z","updated_at":"2025-12-01T04:53:20.000Z","dependencies_parsed_at":"2024-05-01T22:31:08.873Z","dependency_job_id":"50b0dbc4-c971-4fae-9812-85f5333e6923","html_url":"https://github.com/uclaacm/icpc-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uclaacm/icpc-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uclaacm%2Ficpc-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uclaacm%2Ficpc-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uclaacm%2Ficpc-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uclaacm%2Ficpc-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uclaacm","download_url":"https://codeload.github.com/uclaacm/icpc-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uclaacm%2Ficpc-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29340712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["acm","acm-icpc","icpc","ucla","ucla-opensource","website"],"created_at":"2026-02-11T18:16:28.511Z","updated_at":"2026-02-11T18:16:29.479Z","avatar_url":"https://github.com/uclaacm.png","language":"JavaScript","funding_links":["https://www.cs.ucla.edu/industry"],"categories":[],"sub_categories":[],"readme":"\u003cimg align=left width=100 src=public/static/icon/logo.svg alt=\"ICPC logo\"\u003e\r\n\r\n# ACM ICPC Website\r\n\r\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)\r\n[![Netlify Status](https://api.netlify.com/api/v1/badges/777861e3-68f3-4363-a673-8da56142c043/deploy-status)](https://app.netlify.com/sites/admiring-johnson-e4d28e/deploys)\r\n\\\r\n\\\r\nOfficial Website for ACM ICPC\r\n\r\nBuilt using React and Webpack. Uses [Chakra-UI](https://chakra-ui.com) for\r\ncomponents.\r\n\r\n## Development Setup\r\n\r\nInstall [`git`](https://git-scm.com/) and [Node.js](https://nodejs.org/en).\r\n\r\nWe recommend using [`nvm`](https://github.com/nvm-sh/nvm) to manage Node.js\r\nversions:\r\n\r\n```sh\r\nnvm use\r\n```\r\n\r\nClone the repository and install dependencies:\r\n\r\n```sh\r\ngit clone https://github.com/uclaacm/icpc-website.git\r\ncd icpc-website\r\nnpm install\r\n```\r\n\r\nIn `icpc-website` directory, run\r\n\r\n```sh\r\nnpm run build-dev\r\n```\r\n\r\nThis will start the development server on `http://localhost:12345`.\r\n\r\n## Contributing\r\n\r\nTo make changes to the website, follow the steps below:\r\n\r\n1. Clone the repository by following the instructions in the\r\n   [development setup](#development-setup) section. Alternatively, fork this\r\n   repository and follow the same instructions with the URL of the forked\r\n   repository.\r\n2. Create a new branch with `git checkout -b \u003cbranch-name\u003e`.\r\n3. Make changes to the code.\r\n4. Make sure the website builds with `npm run build-dev`. Furthermore confirm\r\n   that the website can be loaded at `http://localhost:12345`.\r\n5. Create a [pull request](https://github.com/uclaacm/icpc-website/pulls). The\r\n   web team will review the changes.\r\n6. The pull request will be merged into main once it passes the code review. You\r\n   can then delete the branch with `git branch --delete \u003cbranch-name\u003e`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuclaacm%2Ficpc-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuclaacm%2Ficpc-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuclaacm%2Ficpc-website/lists"}