{"id":34339042,"url":"https://github.com/hack-rice/hack-rice-website","last_synced_at":"2026-03-11T23:02:35.266Z","repository":{"id":6151673,"uuid":"7380947","full_name":"hack-rice/hack-rice-website","owner":"hack-rice","description":"The home of HackRice","archived":false,"fork":false,"pushed_at":"2026-01-23T03:37:32.000Z","size":191350,"stargazers_count":5,"open_issues_count":196,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-01-23T20:54:44.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hack.rice.edu","language":"JavaScript","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/hack-rice.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-12-30T22:15:40.000Z","updated_at":"2024-07-25T15:59:29.000Z","dependencies_parsed_at":"2023-10-01T19:46:50.899Z","dependency_job_id":"a00df333-6d90-487e-a927-059700637fe7","html_url":"https://github.com/hack-rice/hack-rice-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hack-rice/hack-rice-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-rice%2Fhack-rice-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-rice%2Fhack-rice-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-rice%2Fhack-rice-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-rice%2Fhack-rice-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hack-rice","download_url":"https://codeload.github.com/hack-rice/hack-rice-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-rice%2Fhack-rice-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30406400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"last_error":"SSL_read: 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":[],"created_at":"2025-12-17T21:16:03.720Z","updated_at":"2026-03-11T23:02:35.261Z","avatar_url":"https://github.com/hack-rice.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HackRice\n\n🚀 This site is deployed at [hack.rice.edu](https://hack.rice.edu).\n\n### About\n\n![](https://i.imgur.com/Rc6yZAC.png)\n\nThis app is built using [Next.js](https://github.com/zeit/next.js/) and [Rebass](https://rebassjs.org). The following assumes you have [npm](https://www.npmjs.com/) installed.\n\n### Getting Started\n\n##### 1. Clone repository.\n\n```\n$ git clone https://github.com/hack-rice/hack-rice-website.git \u0026\u0026 cd hackrice\n```\n\n##### 2. Install `npm` packages.\n\n```\n$ npm install\n```\n\nThis may take a few minutes.\n\n##### 3. Start the process in developer mode (hot-reloading).\n\n```\n$ npm run dev\n```\n\n##### 4. Make content edits.\n\nOpen the `content` folder in your preferred text editor. You should see a list of files:\n\n```\ncontent\n|__sponsors.js\n|__judging.js\n|__about.js\n|__tracks.js\n|__faq.js\n|__intro.js\n|__calendar.js\n```\n\nOpen the file corresponding to the component you'd like to update. Let's say we want to add an item\nto the calendar.\n\n```javascript\nconst friday = [\n  {\n    time: \"4:30 PM\",\n    title: \"Early Registration\",\n    detail: \"Registration begins for participants.\"\n  },\n  ...\n]\n```\n\nWe infer that adding an event is adding an object to an array corresponding to each day of the hackathon.\n\n##### 5. Push your changes to production.\n\nNow, let's say we want to push this change to production. Note that this project is configured to be hosted\non Github Pages, and thus the script `deploy` in `package.json` will need to be modified to your\nmode of deployment. (Note that this script only works on Mac/Linux.) Run the following command:\n\n```\n$ npm run-script deploy\n```\n\nThis will:\n- build the app\n- export all static files to the `docs` directory\n- create `docs/CNAME` with the domain `hack.rice.edu` for GH Pages to recognize a custom domain\n- create `docs/.nojekyll` to prevent `_next/...` from being ignored by Github Pages when deployed, and\n- stage the project. \n\nYou will need to run\n\n```\n$ git commit -m \"your commit message here\"\n$ git push\n```\nin order for changes to be reflected on the hosted Github Pages project.\n\n### Contributors\n\n- Achal Srinivasan ([achalvs](https://github.com/achalvs))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-rice%2Fhack-rice-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhack-rice%2Fhack-rice-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-rice%2Fhack-rice-website/lists"}