{"id":28327280,"url":"https://github.com/ch33kaboo/alphabit-website","last_synced_at":"2026-02-12T15:32:53.548Z","repository":{"id":158942350,"uuid":"559547272","full_name":"ch33kaboo/alphabit-website","owner":"ch33kaboo","description":"Alphabit Club community website built with Svelte.","archived":false,"fork":false,"pushed_at":"2024-11-15T17:41:59.000Z","size":395,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T11:24:04.238Z","etag":null,"topics":["alphabit","cms","frontend","svelte","tailwind","tailwindcss"],"latest_commit_sha":null,"homepage":"https://alphabit.netlify.app","language":"Svelte","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/ch33kaboo.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-30T13:11:46.000Z","updated_at":"2025-05-12T13:04:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"adc0da40-6e06-4af9-a5e1-f0a4e0c8a714","html_url":"https://github.com/ch33kaboo/alphabit-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ch33kaboo/alphabit-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch33kaboo%2Falphabit-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch33kaboo%2Falphabit-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch33kaboo%2Falphabit-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch33kaboo%2Falphabit-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ch33kaboo","download_url":"https://codeload.github.com/ch33kaboo/alphabit-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch33kaboo%2Falphabit-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29370548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["alphabit","cms","frontend","svelte","tailwind","tailwindcss"],"created_at":"2025-05-26T02:18:15.470Z","updated_at":"2026-02-12T15:32:53.544Z","avatar_url":"https://github.com/ch33kaboo.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Logo\" src=\"https://i.ibb.co/PGRfZVC/alphabit-white.png\" width=\"100\" /\u003e\n\u003c/div\u003e\n\u003ch1 align=\"center\"\u003e\n  Alphabit Club website\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  unofficial website for \u003ca href=\"https://www.alphabit.club/\" target=\"_blank\"\u003eAlphabit Club\u003c/a\u003e built with \u003ca href=\"https://svelte.dev/\" target=\"_blank\"\u003eSvelte\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://alphabit.netlify.app/\" target=\"_blank\"\u003e\n    :rocket: DEMO\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://alphabit.netlify.app/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://i.ibb.co/tXTgQWM/alphabit-landing.png\" width=\"100%\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🚨 Forking this repo (please read!)\n\nMany students in ESI asked me if they can use this code for whatever website\nthey are working on, and the answer to that question is **yes, with\nattribution**.\n\nI value keeping this site open source, but as you all know, _**plagiarism is\nbad**_. So please give me credit. I spent a non-trivial amount of effort\nbuilding this website, and I am proud of it! All I ask of you all is to not\nclaim this effort as your own.\n\n### TL;DR\n\nYes, you can fork this repo. Please give me proper credit by linking back to\n[github.com/ch33kaboo](https://github.com/ch33kaboo). Thanks!\n\n## 🛠 Installation \u0026 Set Up\n\n1. clone project locally\n\n    ```sh\n    git clone 'https://github.com/ch33kaboo/alphabit-website.git'\n    ```\n\n2. go to project directory\n\n    ```sh\n    cd alphabit-website/\n    ```\n\n3. Install dependencies\n\n    ```sh\n    npm install\n    ```\n\n4. Start the development server\n\n    ```sh\n    npm run dev\n    ```\n\n## 🚀 Building and Running for Production\n\n1. Generate production build\n\n    ```sh\n    npm run build\n    ```\n\n1. Preview the site as it will appear once deployed\n\n    ```sh\n    npm run preview\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch33kaboo%2Falphabit-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fch33kaboo%2Falphabit-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch33kaboo%2Falphabit-website/lists"}