{"id":20294262,"url":"https://github.com/teambit/bit-lit","last_synced_at":"2025-04-11T11:42:52.525Z","repository":{"id":45079656,"uuid":"389365671","full_name":"teambit/bit-lit","owner":"teambit","description":"Lit element support for Bit Harmony","archived":false,"fork":false,"pushed_at":"2023-01-08T11:15:19.000Z","size":404,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T08:03:24.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/teambit.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}},"created_at":"2021-07-25T14:24:05.000Z","updated_at":"2023-12-22T10:25:19.000Z","dependencies_parsed_at":"2023-02-08T05:45:22.811Z","dependency_job_id":null,"html_url":"https://github.com/teambit/bit-lit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fbit-lit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fbit-lit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fbit-lit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fbit-lit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teambit","download_url":"https://codeload.github.com/teambit/bit-lit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248385983,"owners_count":21094985,"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":[],"created_at":"2024-11-14T15:28:37.912Z","updated_at":"2025-04-11T11:42:52.501Z","avatar_url":"https://github.com/teambit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBit Lit Element\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://storage.googleapis.com/static.bit.dev/harmony-docs/readme-logo%20(2).png\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://harmony-docs.bit.dev/\"\u003eDocumentation\u003c/a\u003e |\n  \u003ca href=\"https://bit.dev/\"\u003ePlatform\u003c/a\u003e |\n  \u003ca href=\"https://www.youtube.com/channel/UCuNkM3qIO79Q3-VrkcDiXfw\"\u003eLearn\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Build components first.\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\nOpen infrastructure for component-driven applications to speed and scale development.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\u003cimg alt=\"apache\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/teambit/bit/blob/master/CONTRIBUTING.md\"\u003e\u003cimg alt=\"prs\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\"\u003e\u003c/a\u003e\n\u003cimg alt=\"status\" src=\"https://github.com/teambit/bit-angular/workflows/CI/badge.svg\"\u003e\n\u003ca href=\"https://join.slack.com/t/bit-dev-community/shared_invite/zt-o2tim18y-UzwOCFdTafmFKEqm2tXE4w\" \u003e\u003cimg alt=\"Join Slack\" src=\"https://img.shields.io/badge/Slack-Join%20Bit%20Slack-blueviolet\"/\u003e\u003c/a\u003e\n\n## What is Bit Lit Element?\n\nBit Lit Element is a development environment for Bit Harmony, to enable creation and sharing of Lit Element components with Bit.\n\n### How to Start?\n\nIf you haven't already installed bit, install [Bit Version Manager](https://harmony-docs.bit.dev/getting-started/installing-bit):\n\n```bash\nnpm i -g @teambit/bvm\n# or\nyarn global add @teambit/bvm\n```\n\nInstall Bit:\n\n```bash\nbvm install\n```\n\n[Instructions on setting up a Bit workspace with Lit and additional features.](https://bit.dev/teambit/web-components/lit)\n\n### Resources \u0026 Community\n\n- [Videos](https://www.youtube.com/c/Bitdev/videos)\n- [Conference talks](https://harmony-docs.bit.dev/resources/interviews)\n- [Interviews](https://harmony-docs.bit.dev/resources/interviews)\n- [Podcasts](https://harmony-docs.bit.dev/resources/podcasts)\n- [Live streams](https://harmony-docs.bit.dev/resources/live-streams)\n- [Articles](https://harmony-docs.bit.dev/resources/articles)\n- [Community](https://harmony-docs.bit.dev/resources/community)\n\n## Contributing 🎗️\n\nContributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](https://github.com/teambit/bit/blob/master/CODE_OF_CONDUCT.md).\n\nSee [Contributing](https://github.com/teambit/bit/blob/master/CONTRIBUTING.md).\n\n## License 💮\n\nApache License, Version 2.0\n![Analytics](https://ga-beacon.appspot.com/UA-96032224-1/bit/readme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fbit-lit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteambit%2Fbit-lit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fbit-lit/lists"}