{"id":26672124,"url":"https://github.com/compsigh/cascade","last_synced_at":"2026-02-27T04:31:08.703Z","repository":{"id":227199182,"uuid":"770734680","full_name":"compsigh/cascade","owner":"compsigh","description":"Landing page and platform for cascade, a one-night coding riddle competition for the compsigh community on April 12th 2024 at 6pm","archived":false,"fork":false,"pushed_at":"2024-04-17T06:44:24.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-05-03T05:42:25.798Z","etag":null,"topics":["hackathon","nextjs","react"],"latest_commit_sha":null,"homepage":"https://cascade.compsigh.club","language":"TypeScript","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/compsigh.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":"ROADMAP.md","authors":null,"dei":null}},"created_at":"2024-03-12T04:07:20.000Z","updated_at":"2024-03-14T02:13:48.000Z","dependencies_parsed_at":"2024-04-15T02:44:52.452Z","dependency_job_id":null,"html_url":"https://github.com/compsigh/cascade","commit_stats":null,"previous_names":["compsigh/cascade"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcascade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcascade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcascade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcascade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compsigh","download_url":"https://codeload.github.com/compsigh/cascade/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245568581,"owners_count":20636803,"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":["hackathon","nextjs","react"],"created_at":"2025-03-26T00:48:27.651Z","updated_at":"2026-02-27T04:31:08.684Z","avatar_url":"https://github.com/compsigh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cascade ![Static Badge](https://img.shields.io/badge/compsigh-black?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSI1MTIiIGN5PSI1MTIiIHI9IjM3NSIgc3Ryb2tlPSIjRkRCQjMwIiBzdHJva2Utd2lkdGg9IjUwIi8%2BCjxyZWN0IHg9IjI5NCIgeT0iNjk0LjIxOCIgd2lkdGg9IjQ1MCIgaGVpZ2h0PSI1MCIgcng9IjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjk0IDY5NC4yMTgpIiBmaWxsPSIjRkRCQjMwIi8%2BCjxyZWN0IHg9IjQ2MS4zMDEiIHk9IjY5My43MTEiIHdpZHRoPSI0NTAiIGhlaWdodD0iNTAiIHJ4PSIyNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTYwIDQ2MS4zMDEgNjkzLjcxMSkiIGZpbGw9IiNGREJCMzAiLz4KPC9zdmc%2BCg%3D%3D\u0026link=https%3A%2F%2Fcompsigh.club%2F)\n\n\u003e The web platform for [cascade](https://cascade.compsigh.club), a one-night coding riddle competition for the [compsigh](https://compsigh.club) community run every semester\n\n## Contributing\n\nWe welcome contributions from compsigh community members \u0026 friends. If you're experiencing a bug, please check the [Issues](https://github.com/compsigh/cascade/issues) to see if it's been resolved, or if we're working on it. Also feel free to [let us know in Discord](https://discord.gg/compsigh).\n\n### Installation\n\n```bash\nnpm install\n```\n\n### Development\n\nStart the development server:\n\n```bash\nnpm run dev\n```\n\n### Linting \u0026 Formatting\n\n\u003e [!IMPORTANT]\n\u003e Run a [format](https://prettier.io/docs/why-prettier) and [lint](https://eslint.org/docs/latest/about/) before pushing.\n\n- **Check linting** (ESLint 8 with `eslint:recommended`, [`next`, `next/core-web-vitals`, `next/typescript`](https://nextjs.org/docs/app/api-reference/config/eslint), and [`prettier`](https://github.com/prettier/eslint-config-prettier) configurations):\n\n  ```bash\n  npm run lint\n  ```\n\n- **Automatically fix linting issues**:\n\n  ```bash\n  npm run lint:fix\n  ```\n\n- **Check formatting** (Prettier):\n\n  ```bash\n  npm run format\n  ```\n\n- **Automatically fix formatting issues**:\n\n  ```bash\n  npm run format:fix\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompsigh%2Fcascade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompsigh%2Fcascade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompsigh%2Fcascade/lists"}