{"id":30569866,"url":"https://github.com/bscommunity/website","last_synced_at":"2026-04-04T20:31:23.801Z","repository":{"id":310009822,"uuid":"1038284927","full_name":"bscommunity/website","owner":"bscommunity","description":" The website for managing and publishing bscm content. ","archived":false,"fork":false,"pushed_at":"2026-03-05T18:02:12.000Z","size":12115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2026-03-05T20:49:14.957Z","etag":null,"topics":["angular","css","html","material-design","material-ui","rxjs","scss","typescript","zod"],"latest_commit_sha":null,"homepage":"https://bscm.netlify.app","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/bscommunity.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":"2025-08-14T23:35:21.000Z","updated_at":"2026-03-05T18:03:53.000Z","dependencies_parsed_at":"2026-03-05T20:04:36.981Z","dependency_job_id":null,"html_url":"https://github.com/bscommunity/website","commit_stats":null,"previous_names":["bscommunity/website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bscommunity/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscommunity%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscommunity%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscommunity%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscommunity%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bscommunity","download_url":"https://codeload.github.com/bscommunity/website/tar.gz/refs/heads/stable","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscommunity%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["angular","css","html","material-design","material-ui","rxjs","scss","typescript","zod"],"created_at":"2025-08-28T20:02:39.294Z","updated_at":"2026-04-04T20:31:23.793Z","avatar_url":"https://github.com/bscommunity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"/.github/cover.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"/.github/cover_light.png\"\u003e\n    \u003cimg alt=\"bscm website\" src=\"/.github/cover_light.png\"\u003e\n\u003c/picture\u003e\n\n## 🖥️ About\n\nThis repository contains the source code for the dashboard, where creators and community members can publish, manage content and more.\n\nIt’s designed to be fast, responsive, and easy to use, with a focus on providing a great experience for both players and creators.\n\n\u003e [!WARNING]\n\u003e This is a **_work in progress_**! We’re actively developing features and improving the experience. Check back often for updates.\n\n## 🚀 Features\n\n- **Publish and manage content**  \n  Tools for creators to easily publish and update charts.\n- **Lightweight, responsive UI**  \n  Clean, mobile-friendly design focused on user experience.\n- **Community-driven**  \n   Built by players, for players, with a focus on community needs.\n\n\u003e [!TIP]\n\u003e Check out the [wiki](https://github.com/bscommunity/website/wiki) for more details on features, design decisions, and future plans.\n\n## 📦 Project Structure\n\n- `src/` — Main source code (Angular)\n    - `app/` — Components, services, routes, and models\n        - `components/` — Reusable UI components\n        - `services/` — API and utility services\n        - `routes/` — Application routes and navigation\n        - `models/` — Data models and interfaces\n    - `assets/` — Images, icons, and static resources\n    - `environments/` — Environment configs\n    - `styles/` — Global styles and tokens\n    - `types/` — Types for external integrations\n- `public/` — Public files (favicon, cover, etc)\n- `scripts/` — Utility scripts\n- `angular.json`, `tsconfig.json` — Project configs\n\n## 🛠️ Running Locally\n\n1. Install dependencies:\n    ```bash\n    pnpm install\n    ```\n2. Start the development server:\n    ```bash\n    pnpm dev\n    ```\n3. Open [http://localhost:4200](http://localhost:4200) in your browser.\n\n\u003e Requires [pnpm](https://pnpm.io/) installed.\n\n### Environment Variables\n\nBefore running the project locally, you need to configure the environment variables. Use the `.env.example` file as a template to create a `.env` file in the project root:\n\n```bash\ncp .env.example .env\n```\n\nFill in the required values in the `.env` file according to your setup.\n\nThe `scripts/env.js` script will read these variables and automatically generate the `src/environments/environment.ts` file used by the Angular application. This script runs automatically during the build/start process, but you can also run it manually with:\n\n```bash\nnode scripts/env.js\n```\n\nMake sure all required variables are set to avoid build or runtime errors.\n\n## 🤝 Contributing\n\nContributions are welcome!\n\n- Found a bug? Open an [issue](https://github.com/bscommunity/bscm/issues)\n- Have a feature idea? Suggest or submit a PR\n- Into design? We still don’t have an official logo, so send us your ideas!\n\n## 📄 License\n\nThis project follows the bscm organization license. See the main repository for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbscommunity%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbscommunity%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbscommunity%2Fwebsite/lists"}