{"id":29459810,"url":"https://github.com/ricardospalves/blocks-revit","last_synced_at":"2025-12-30T20:05:52.100Z","repository":{"id":304459439,"uuid":"1018624513","full_name":"ricardospalves/blocks-revit","owner":"ricardospalves","description":"Projeto para a @blocksrvt","archived":false,"fork":false,"pushed_at":"2025-07-13T08:19:46.000Z","size":224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T09:27:29.636Z","etag":null,"topics":["eslint","nextjs","prettier","react","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://blocksrevit.vercel.app","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/ricardospalves.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,"zenodo":null}},"created_at":"2025-07-12T17:04:14.000Z","updated_at":"2025-07-13T08:10:32.000Z","dependencies_parsed_at":"2025-07-13T09:37:42.855Z","dependency_job_id":null,"html_url":"https://github.com/ricardospalves/blocks-revit","commit_stats":null,"previous_names":["ricardospalves/blocks-revit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ricardospalves/blocks-revit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardospalves%2Fblocks-revit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardospalves%2Fblocks-revit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardospalves%2Fblocks-revit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardospalves%2Fblocks-revit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricardospalves","download_url":"https://codeload.github.com/ricardospalves/blocks-revit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardospalves%2Fblocks-revit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267331145,"owners_count":24070141,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","nextjs","prettier","react","tailwindcss","typescript","vercel"],"created_at":"2025-07-14T02:00:50.947Z","updated_at":"2025-12-30T20:05:52.034Z","avatar_url":"https://github.com/ricardospalves.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blocks Revit\n\n![License](https://img.shields.io/badge/license-MIT-green)\n\nProjeto para a [Blocks Revit](https://github.com/blocksrvt).\n\n- [🌐 Site](https://blocksrevit.vercel.app/);\n- [🎨 Layout do projeto](https://www.figma.com/design/xUT0pnECiRfxxaHGj1yaqh/-BLOCKS---TESTE-FRONT-END-?node-id=0-1);\n\n## Tabela de Conteúdos\n\n1. [📋 Requisitos](#-requisitos)\n2. [🔧 Como instalar](#-como-instalar)\n3. [🚀 Rodando o projeto](#-rodando-o-projeto)\n4. [📄 Comandos Úteis](#-comandos-úteis)\n5. [✨ Tecnologias](#-tecnologias)\n6. [📝 Licença](#-licença)\n\n## 📋 Requisitos\n\nAntes de começar, você precisará ter o seguinte instalado:\n\n- [Node.js](https://nodejs.org) (versão 18.x ou superior recomendada);\n- [npm](https://www.npmjs.com/).\n\n## 🔧 Como instalar\n\n1. Clone o repositório:\n\n```bash\nhttps://github.com/ricardospalves/blocks-revit.git\n\n```\n\n2. Acesse o diretório do projeto:\n\n```bash\ncd blocks-revit\n\n```\n\n3. Instale as dependências:\n\n```bash\nnpm install\n\n```\n\n## 🚀 Rodando o projeto\n\nApós a instalação das dependências, você pode rodar o projeto localmente com o seguinte comando:\n\n```bash\nnpm run dev\n\n```\n\nIsso iniciará o servidor de desenvolvimento em [http://localhost:3000](http://localhost:3000).\n\n## 📄 Comandos úteis\n\n- **Desenvolvimento:** `npm run dev` - inicia o servidor local em modo de desenvolvimento;\n- **Construir para produção:** `npm run build` - cria uma versão otimizada para produção;\n- **Rodar a versão de produção localmente:** `npm run start` - inicia o servidor de produção após realizar o build;\n- **Rodar o lint:** `npm run lint` - verifica erros no código com o ESLint;\n- **Rodar o lint e corrigir erros:** `npm run lint:fix` - verifica e corrige automaticamente erros de código quando possível.\n\n## ✨ Tecnologias\n\n- React;\n- Next.js;\n- Vercel;\n- TypeScript;\n- Tailwind CSS;\n- Tailwind Variants;\n- React Icons;\n- ESLint;\n- Prettier.\n\n## 📝 Licença\n\nEste projeto está licenciado sob a Licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardospalves%2Fblocks-revit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricardospalves%2Fblocks-revit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardospalves%2Fblocks-revit/lists"}