{"id":20644558,"url":"https://github.com/tejada1970/example-i18n","last_synced_at":"2025-03-09T15:53:09.105Z","repository":{"id":242114619,"uuid":"808699370","full_name":"tejada1970/example-i18n","owner":"tejada1970","description":"Ejemplo de proyecto multilingüe con i18n, netxt.js14 y typeScript5.","archived":false,"fork":false,"pushed_at":"2024-07-30T14:44:58.000Z","size":218,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T09:25:33.460Z","etag":null,"topics":["educational-project","front-end","git","github","nextjs14","nodejs","reactjs","tailwind-css","tejada1970","typescript"],"latest_commit_sha":null,"homepage":"","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/tejada1970.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}},"created_at":"2024-05-31T16:13:45.000Z","updated_at":"2024-07-30T14:45:01.000Z","dependencies_parsed_at":"2024-05-31T18:49:11.469Z","dependency_job_id":"ca3bc63f-678d-493d-bbf8-3cf801249bbc","html_url":"https://github.com/tejada1970/example-i18n","commit_stats":null,"previous_names":["tejada1970/i18n-example","tejada1970/example-i18n"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejada1970%2Fexample-i18n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejada1970%2Fexample-i18n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejada1970%2Fexample-i18n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejada1970%2Fexample-i18n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejada1970","download_url":"https://codeload.github.com/tejada1970/example-i18n/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242714047,"owners_count":20173581,"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":["educational-project","front-end","git","github","nextjs14","nodejs","reactjs","tailwind-css","tejada1970","typescript"],"created_at":"2024-11-16T16:16:48.240Z","updated_at":"2025-03-09T15:53:09.080Z","avatar_url":"https://github.com/tejada1970.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Características\n\n**No utiliza base de datos**: Es importante señalar que este proyecto no cuenta con base de datos.\n\n**Requisitos del servidor**: Para su correcto funcionamiento el proyecto debe ejecutarse desde un servidor. Por ejemplo, se recomienda utilizar XAMPP u otro servidor local para alojar la aplicación. También se debe tener instalado Node.js en tu PC.\n\n**Es importante tener en cuenta que este es un proyecto ficticio utilizado con fines educativos y prácticos.**\n\n## Descripción\n\nPuedes acceder a la descripción de la instalación y configuración de i18n a través de este enlace: [Descripción de instalación y configuración de i18n](public/pdf/example-i18n.pdf).\n\n## Clonar el repositorio\n\n**Instalar Git:** Asegúrate de tener Git instalado en tu sistema. Puedes descargarlo e instalarlo desde git-scm.com.\n\nAbre la terminal Git Bash y navega a la carpeta htdocs con el siguiente comando:\n\n- cd C:/xampp/htdocs\n\nObtén la URL del repositorio que deseas clonar desde GitHub. Esta URL se encuentra en la página principal del repositorio en GitHub, en el botón verde que dice \"Code\".\n\nEjecuta el siguiente comando en la terminal para clonar el repositorio:\n\n- git clone https://github.com/tejada1970/example-i18n.git\n\n## Instalar dependencias\nUna vez clonado el proyecto, abrelo con tu editor preferido (Se recomienda Visual Studio Code) y ejecuta el siguiente comando en la terminal para instalar las dependencias necesarias:\n\n- npm install\n\n## Uso\n\nCambia el idioma en la url de tu navegador a 'es' o 'en' para que se muestre la traducción del contenido de la página según el idioma seleccionado.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejada1970%2Fexample-i18n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejada1970%2Fexample-i18n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejada1970%2Fexample-i18n/lists"}