{"id":17455943,"url":"https://github.com/orozcoding/avila-test","last_synced_at":"2025-08-30T09:35:36.361Z","repository":{"id":113749289,"uuid":"520621803","full_name":"orozCoding/avila-test","owner":"orozCoding","description":"Test from AvilaTek","archived":false,"fork":false,"pushed_at":"2022-08-02T19:16:32.000Z","size":312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T05:16:57.438Z","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/orozCoding.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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-02T19:16:31.000Z","updated_at":"2022-08-02T19:16:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"525d63fd-31c1-476a-a3d7-ad196797a5c2","html_url":"https://github.com/orozCoding/avila-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Avila-Tek/next-template","purl":"pkg:github/orozCoding/avila-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orozCoding%2Favila-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orozCoding%2Favila-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orozCoding%2Favila-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orozCoding%2Favila-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orozCoding","download_url":"https://codeload.github.com/orozCoding/avila-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orozCoding%2Favila-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272833294,"owners_count":25000870,"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-08-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2024-10-18T02:23:34.771Z","updated_at":"2025-08-30T09:35:36.323Z","avatar_url":"https://github.com/orozCoding.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avila Tek Next.js Template!\n\n![Avila Tek Logo](https://avilatek.dev/assets/images/logo_white.png)\n\nEste repositorio es una plantilla para los Landing Page de Avila Tek, esta configurado para clonarlo, instalar las dependencias y empezar a trabajar, en caso de que estes buscando un template para un proyecto [full stack](https://github.com/Avila-Tek/full-stack-template) puedes referirte a este [repositorio](https://github.com/Avila-Tek/full-stack-template).\n\nEn [Avila Tek](https://avilatek.dev) estamos comprometido con el Open Source, ya que nuestra compañía ha crecido alrededor de esta gran comunidad y a traves de pequeños proyectos, estamos tratado de volver lo que esta comunidad nos ha dado.\n\n## Contenido\n\nEste proyecto ha incluido y configurado las siguientes dependencias:\n\n1. [Next.js](https://nextjs.org/)\n2. [Tailwind css](https://tailwindcss.com/)\n3. [Eslint](https://eslint.org/)\n4. [Typescript](https://typescriptlang.org/)\n5. [NProgress](https://ricostacruz.com/nprogress/)\n6. [Sentry](https://sentry.io/)\n\n## Como usarlo\n\nPor primero es clonar este repositorio\n\n```bash\ngit clone https://github.com/Avila-Tek/next-template.git \u003cfolder_name\u003e\n```\n\nEn donde se debe cambiar `\u003cfolder_name\u003e` por el nombre de la carpeta a utilizar. Después git debe eliminarse la carpeta `.git` de este repositorio e iniciar un nuevo proyecto de git al cual le añadirás el correspondiente remoto. Para ello deberás hacer lo siguiente:\n\n```bash\ncd \u003cfolder_name\u003e\nrm -rf .git/\ngit init\n```\n\nUna vez configurado git deberás instalar las dependencias e iniciar el servidor de desarrollo, para ellos deberás hacer\n\n```bash\nnpm install\nnpm run dev\n```\n\nLuego abre tu navegador en [http://localhost:7777](http://localhost:7777) para ver el resultado\n\n### Configurar Sentry\n\nPara configurar Sentry comunicate con el Lead Engineer para que te facilite los token de sentry y como referencia puedes leer el ejemplo de [next.js](https://github.com/vercel/next.js/tree/canary/examples/with-sentry)\n\n## Changelog\n\nPuedes revisar el changelog [aquí](/CHANGELOG.md)\n\n## Licencia\n\nEste proyecto se encuentra bajo la licencia de MIT\n\n## Saber mas\n\nPara conocer mas sobre Next.js, puedes observar los siguientes links:\n\n- [Documentación de Next.js](https://nextjs.org/docs) - aprende sobre los features y la API de Next.js.\n- [Aprende Next.js](https://nextjs.org/learn) - un tutorial interactivo de Next.js.\n\n## Deploy en Vercel\n\nLa forma mas sencilla de hacer deploy de una app de next.js es en [Vercel](https://vercel.com/).\n\nRevisa la [documentation de despliegues de Next.js](https://nextjs.org/docs/deployment) para conocer mas.\n\n## Autores\n\n1. [Jose R. Quevedo](https://github.com/zoomelectrico)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forozcoding%2Favila-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forozcoding%2Favila-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forozcoding%2Favila-test/lists"}