{"id":21683635,"url":"https://github.com/sliit-foss/bashaway-official","last_synced_at":"2025-04-12T07:50:41.765Z","repository":{"id":183722807,"uuid":"670586747","full_name":"sliit-foss/bashaway-official","owner":"sliit-foss","description":"Curates the annual Bashaway website repositories","archived":false,"fork":false,"pushed_at":"2024-10-09T19:07:46.000Z","size":15985,"stargazers_count":3,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T03:03:21.057Z","etag":null,"topics":["bashaway"],"latest_commit_sha":null,"homepage":"https://bashaway.sliitfoss.org","language":"JavaScript","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/sliit-foss.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":"2023-07-25T11:37:33.000Z","updated_at":"2024-10-09T19:07:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"e906065b-0a48-4ac5-90f8-a8c65929a91e","html_url":"https://github.com/sliit-foss/bashaway-official","commit_stats":null,"previous_names":["sliit-foss/bashaway-official"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-official","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-official/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-official/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-official/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sliit-foss","download_url":"https://codeload.github.com/sliit-foss/bashaway-official/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537003,"owners_count":21120688,"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":["bashaway"],"created_at":"2024-11-25T16:12:50.968Z","updated_at":"2025-04-12T07:50:41.740Z","avatar_url":"https://github.com/sliit-foss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/sliit-foss/bashaway-official/assets/73662613/c15f7a94-592b-410f-b581-c98d25a9ca42\" width=\"420\" alt=\"Bashaway Logo\"/\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"SLIIT FOSS logo\" href=\"https://sliitfoss.org\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Made_by_the_SLIIT_FOSS_Community-blue\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"License\" href=\"https://github.com/sliit-foss/bashaway/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"CI Deploy\" href=\"https://github.com/sliit-foss/bashaway-official/actions/workflows/prod-deploy.yml\"\u003e\n    \u003cimg alt=\"\" src=\"https://github.com/sliit-foss/bashaway-official/actions/workflows/prod-deploy.yml/badge.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\nCurates the annual Bashaway website repositories.\n\n## Contributing\n\n## [Figma](https://www.figma.com/proto/90khkDVsXIF9GL1nQzSlEB/Bashaway?node-id=582-358\u0026scaling=min-zoom\u0026page-id=202%3A161)\n\n## Development Flexibility\n\nThe project has been bootstraped with [Turborepo](https://turbo.build) which makes the maintaince of the project a whole lot easier out of the box. The directory `apps` houses the websites for each year. It's possible to develop the next iteration of it using any development framework as needed. The current 2 are built with [React](https://react.dev/) + [Vite](https://vitejs.dev/).\n\n## Deployment\n\n- The current years' website will be avaialble under the domain https://bashaway.sliitfoss.org\n\n- Previous years will be available under https://bashaway.sliitfoss.org/{{year}}\n\n  - Example - https://bashaway.sliitfoss.org/2022\n\n- The deployment process has been fully automated and will work even for future website deployments\n\n## Getting started\n\n- Run `pnpm install` to install all dependencies\n- Run `pnpm dev --filter \u003cyear\u003e` to start the web for a particular year\n\n## Commit messages\n\n- We follow conventional commits during our development workflow as a good practice. More information can be found at their official [documentation](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)\n- Refer the [commitlint.config.js](https://github.com/sliit-foss/bashaway-official/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes\n\n## Additional tools\n\n- This project is bootstrapped with [Lefthook](https://evilmartians.com/opensource/lefthook), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them.\n\n\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliit-foss%2Fbashaway-official","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsliit-foss%2Fbashaway-official","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliit-foss%2Fbashaway-official/lists"}