{"id":24316949,"url":"https://github.com/elixir-cloud-aai/cloud-components","last_synced_at":"2025-07-25T02:04:18.803Z","repository":{"id":44830671,"uuid":"513046746","full_name":"elixir-cloud-aai/cloud-components","owner":"elixir-cloud-aai","description":"Reusable components for the ELIXIR Cloud","archived":false,"fork":false,"pushed_at":"2025-02-14T17:18:53.000Z","size":6128,"stargazers_count":8,"open_issues_count":41,"forks_count":22,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-04-01T18:54:55.592Z","etag":null,"topics":["front-end","lit","microfrontend","react","turborepo","web-components"],"latest_commit_sha":null,"homepage":"https://cloud-components.2.rahtiapp.fi/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elixir-cloud-aai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-07-12T07:44:03.000Z","updated_at":"2025-02-03T16:50:19.000Z","dependencies_parsed_at":"2023-09-24T15:43:49.177Z","dependency_job_id":"fb44d772-057a-4565-bc09-7b748d4d4235","html_url":"https://github.com/elixir-cloud-aai/cloud-components","commit_stats":{"total_commits":154,"total_committers":14,"mean_commits":11.0,"dds":0.6688311688311688,"last_synced_commit":"1395942714a958994e5e6459af19dba747a54031"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cloud-aai%2Fcloud-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cloud-aai%2Fcloud-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cloud-aai%2Fcloud-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cloud-aai%2Fcloud-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-cloud-aai","download_url":"https://codeload.github.com/elixir-cloud-aai/cloud-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927839,"owners_count":20856198,"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":["front-end","lit","microfrontend","react","turborepo","web-components"],"created_at":"2025-01-17T13:21:22.015Z","updated_at":"2025-07-25T02:04:18.787Z","avatar_url":"https://github.com/elixir-cloud-aai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ELIXIR Cloud Components\n\nELIXIR Cloud Components (ECC) are lightweight, fast and reusable Web Components for operationalizing various [ELIXIR Cloud \u0026 AAI](https://elixir-cloud.dcc.sib.swiss/) and [GA4GH](https://ga4gh.org/) [Cloud](https://www.ga4gh.org/work_stream/cloud/) services.\n\n[![License][badge-license-image]][badge-license-url]\n[![Chat][badge-chat-image]][badge-chat-url]\n\n## Documentation\n\nFor comprehensive guides, API references, and examples, visit our documentation:\n\n**[https://cloud-components.2.rahtiapp.fi/](https://cloud-components.2.rahtiapp.fi/)**\n\n## Quick Start for Developers\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- npm or yarn\n\n### Development Setup\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/elixir-cloud-aai/cloud-components.git\n   cd cloud-components\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Start development:**\n   ```bash\n   # Run the design package first (required by all other packages)\n   npm run dev --workspace=@elixir-cloud/design\n\n   # In another terminal, run a specific package:\n   npm run dev --workspace=@elixir-cloud/\u003cpackage-name\u003e\n   ```\n\n### Available Packages\n\n| Package | Description |\n|---------|-------------|\n| `@elixir-cloud/design` | Design system and utility components |\n| `@elixir-cloud/service-registry` | GA4GH Service Registry components |\n| `@elixir-cloud/cloud-registry` | ELIXIR Cloud Registry components |\n| `@elixir-cloud/trs` | GA4GH Tool Registry Service components |\n| `@elixir-cloud/trs-filer` | TRS-Filer service components |\n| `@elixir-cloud/wes` | GA4GH Workflow Execution Service components |\n\n## Development Commands\n\n```bash\n# Install dependencies\nnpm install\n\n# Run specific package in development mode\nnpm run dev --workspace=@elixir-cloud/\u003cpackage-name\u003e\n\n# Build all packages\nnpm run build\n\n# Run tests\nnpm test\n\n# Lint code\nnpm run lint\n\n# Format code\nnpm run format\n```\n\n## Architecture\n\nECC is built on modern web standards:\n\n- **Web Components**: Platform-agnostic, framework-independent components\n- **TypeScript**: Type-safe development with excellent IDE support\n- **Lit**: Efficient web component library for building reactive UIs\n- **Vite**: Fast build tool and development server\n- **Monorepo**: Organized workspace with shared dependencies and tooling\n\n## Contributing\n\nThis project is a community effort and lives off _your_ contributions, be it in\nthe form of bug reports, feature requests, discussions, fixes or any other form\nof contribution!\n\nPlease refer to the guidelines available at [`CONTRIBUTING.md`][contributing] if\nyou are interested in contributing.\n\n## Code of Conduct\n\nPlease mind the code of conduct described in\n[`CODE_OF_CONDUCT.md`][code-of-conduct] for all interactions with the community.\nPlease be nice to one another! :)\n\nIf you experience any unacceptable behavior by any member of the community,\nplease refer to the contact method specified in\n[`CODE_OF_CONDUCT.md`][code-of-conduct] to report the incident to the community\nleaders.\n\n## Versioning\n\nThe project adopts the [semantic versioning](https://semver.org/) scheme for versioning.\nCurrently the service is in a pre-release stage, so changes to the API,\nincluding breaking changes, may occur at any time without further notice.\n\n## License\n\nThis project is distributed under the [Apache License 2.0][badge-license-url], a\ncopy of which is also available in [`LICENSE`][license].\n\n## Contact\n\nThe project is maintained by [ELIXIR Cloud \u0026 AAI][elixir-cloud-aai], a Driver\nProject of the [Global Alliance for Genomics and Health (GA4GH)][ga4gh], under\nthe umbrella of the [ELIXIR][elixir] [Compute Platform][elixir-compute].\n\nTo get in touch with use, please use one of the following routes:\n\n- For filing bug reports, feature requests or other code-related issues, please\n  make use of the project's [issue tracker](https://github.com/elixir-cloud-aai/cloud-components/issues).\n- For private/personal issues, more involved communication, or if you would\n  like to join our team as a regular contributor, you can either join our\n  [chat board][badge-chat-url] or [email] the community\n  leaders.\n\n---\n\n[![logo-elixir][logo-elixir]][elixir]\n[![logo-elixir-cloud-aai][logo-elixir-cloud-aai]][elixir-cloud-aai]\n\n[badge-license-image]: https://img.shields.io/badge/license-Apache%202.0-blue.svg\n[badge-license-url]: http://www.apache.org/licenses/LICENSE-2.0\n[badge-chat-image]: https://img.shields.io/static/v1?label=chat\u0026message=Slack\u0026color=ff6994\n[badge-chat-url]: https://join.slack.com/t/elixir-cloud/shared_invite/enQtNzA3NTQ5Mzg2NjQ3LTZjZGI1OGQ5ZTRiOTRkY2ExMGUxNmQyODAxMDdjM2EyZDQ1YWM0ZGFjOTJhNzg5NjE0YmJiZTZhZDVhOWE4MWM\n[email]: mailto:alexander.kanitz@alumni.ethz.ch\n[code-of-conduct]: CODE_OF_CONDUCT.md\n[contributing]: https://elixir-cloud-aai.github.io/guides/guide-contributor/\n[contributors]: CONTRIBUTORS.md\n[elixir]: https://elixir-europe.org/\n[elixir-cloud-aai]: https://elixir-cloud.dcc.sib.swiss/\n[elixir-compute]: https://elixir-europe.org/platforms/compute\n[ga4gh]: https://ga4gh.org/\n[license]: LICENSE\n[logo-elixir]: images/logo-elixir.svg\n[logo-elixir-cloud-aai]: images/logo-elixir-cloud-aai.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-cloud-aai%2Fcloud-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-cloud-aai%2Fcloud-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-cloud-aai%2Fcloud-components/lists"}