{"id":20198867,"url":"https://github.com/merieli/component-library-meri","last_synced_at":"2025-06-28T10:37:32.454Z","repository":{"id":222190008,"uuid":"756456649","full_name":"Merieli/component-library-meri","owner":"Merieli","description":"Biblioteca de componentes para meus projetos","archived":false,"fork":false,"pushed_at":"2024-02-15T00:59:18.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T19:51:48.262Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Merieli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-12T17:45:05.000Z","updated_at":"2024-02-12T17:45:10.000Z","dependencies_parsed_at":"2024-11-14T07:15:20.587Z","dependency_job_id":null,"html_url":"https://github.com/Merieli/component-library-meri","commit_stats":null,"previous_names":["merieli/component-library-meri"],"tags_count":0,"template":false,"template_full_name":"Merieli/scaffolding-proj-vue3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fcomponent-library-meri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fcomponent-library-meri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fcomponent-library-meri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fcomponent-library-meri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Merieli","download_url":"https://codeload.github.com/Merieli/component-library-meri/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241631591,"owners_count":19994053,"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-14T04:34:32.993Z","updated_at":"2025-03-03T08:25:53.443Z","avatar_url":"https://github.com/Merieli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://dev-to-uploads.s3.amazonaws.com/uploads/articles/th5xamgrr6se0x5ro4g6.png\" alt=\"Logo\" width=\"120\"\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    Component Library - Merieli\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    A brief description of what this project does and who it's for\n    \u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License MIT\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n[*🎯 Roadmap*](./ROADMAP.md) | [*📚 Documentation*](https://linktodocumentation) | [*👀 Design*](https://www.figma.com/file/R0cDDi2WXcL7ZzHOSGCM3Q/%F0%9F%83%8F--Memory-bits--Project-meri?type=design\u0026node-id=28-667\u0026mode=design\u0026t=5bQ2B51pBoJm3ErL-0)\n\n\n## 📸 Preview\n\n![App Screenshot](https://via.placeholder.com/728x500.png?text=Imagem+/+Gifs+do+Projeto)\n\n\u003cbr\u003e\n\n## ⚡ Tech Stack\n\n**Client:** \u003cimg src=\"https://img.icons8.com/color/48/000000/vue-js.png\" width=\"18px\"/\u003e Vue.js, \u003cimg src=\"https://img.icons8.com/color/48/000000/typescript.png\" width=\"18px\"/\u003e TypeScript, \u003cimg src=\"https://img.icons8.com/color/48/000000/tailwind_css.png\" width=\"18px\"/\u003e Tailwind, DaisyUi\n\n\u003cbr\u003e\n\n## 🗂 How to Use\n\nRun Locally\n```bash\n# Clone the project\n  git clone https://github.com/Merieli/component-library-meri.git\n\n# Go to the project directory\n  cd component-library-meri\n\n# Update all dependencies\n  npm update\n\n# Install dependencies\n  npm install\n\n# Install compatible Node.js with nvm\n  nvm use\n\n# Start the server\n  npm run dev\n```\n\nwork\n```bash\n# Commit changes\n  npm run commit\n```\n\n## :octocat: Contributing\n\nThis project is for study purposes, so contact me and let me know your ideas.\nAll kinds of contributions are very welcome and appreciated!\n\n- ⭐️ Star the project\n- 🐛 Find and report issues\n- 📥 Submit PRs to help solve issues or add features\n- ✋ Influence the future of project with feature requests\n\n-------------------------------------\n```diff\nMade by 🤍 Merieli Manzano\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerieli%2Fcomponent-library-meri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerieli%2Fcomponent-library-meri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerieli%2Fcomponent-library-meri/lists"}