{"id":37786356,"url":"https://github.com/utmmcss/mcss-website-frontend","last_synced_at":"2026-01-16T15:12:42.566Z","repository":{"id":43153993,"uuid":"394791877","full_name":"utmmcss/mcss-website-frontend","owner":"utmmcss","description":"MCSS Website Frontend","archived":false,"fork":false,"pushed_at":"2024-11-10T05:22:22.000Z","size":14366,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T06:16:46.088Z","etag":null,"topics":["mui","nextjs","react","tailwindcss","universityoftoronto"],"latest_commit_sha":null,"homepage":"https://mcss.club","language":"TypeScript","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/utmmcss.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-10T22:05:06.000Z","updated_at":"2024-10-19T17:00:38.000Z","dependencies_parsed_at":"2023-02-03T17:16:22.703Z","dependency_job_id":"8d9cbf98-952a-4e43-903a-81a3074553eb","html_url":"https://github.com/utmmcss/mcss-website-frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utmmcss/mcss-website-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fmcss-website-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fmcss-website-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fmcss-website-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fmcss-website-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utmmcss","download_url":"https://codeload.github.com/utmmcss/mcss-website-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmmcss%2Fmcss-website-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["mui","nextjs","react","tailwindcss","universityoftoronto"],"created_at":"2026-01-16T15:12:42.426Z","updated_at":"2026-01-16T15:12:42.544Z","avatar_url":"https://github.com/utmmcss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCSS Website\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"MCSS Logo\" width=\"300\" src=\"https://raw.githubusercontent.com/utmmcss/mcss-website-frontend/master/public/MCSS.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://app.netlify.com/sites/mcss-website/deploys\"\u003e\n    \u003cimg alt=\"Build Status\" src=\"https://api.netlify.com/api/v1/badges/278af8b6-18f4-49f5-840c-ca4ab58ef589/deploy-status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://mcss.club\"\u003e\n    \u003cimg alt=\"Website Status\" src=\"https://img.shields.io/website?down_color=red\u0026down_message=offline\u0026up_color=green\u0026up_message=online\u0026url=https%3A%2F%2Fmcss.club\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/utmmcss/mcss-website-frontend/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-blue?style=flat\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Setup\n\n1. run `git clone \u003chttps://github.com/utmmcss/mcss-website-frontend\u003e` to clone the repo\n2. run `yarn install` to install dependencies\n3. add the .env file(s) from the tech team google drive and put it in the root of the project\n4. install all the workspace @recommended extensions\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.tsx`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmmcss%2Fmcss-website-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futmmcss%2Fmcss-website-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmmcss%2Fmcss-website-frontend/lists"}