{"id":14990627,"url":"https://github.com/aggutierrez98/aggutierrez-portfolio","last_synced_at":"2026-01-04T17:05:39.148Z","repository":{"id":53577247,"uuid":"521486924","full_name":"aggutierrez98/aggutierrez-portfolio","owner":"aggutierrez98","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-05T02:59:15.000Z","size":50322,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T18:44:24.366Z","etag":null,"topics":["cssmodules","framer-motion","nextjs","personal-website","postcss","react","typescript"],"latest_commit_sha":null,"homepage":"https://aggutierrez.com","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/aggutierrez98.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-05T03:13:02.000Z","updated_at":"2023-02-22T13:10:12.000Z","dependencies_parsed_at":"2023-12-28T21:38:33.939Z","dependency_job_id":"59fd058c-0570-4afb-9547-8112cb8078de","html_url":"https://github.com/aggutierrez98/aggutierrez-portfolio","commit_stats":{"total_commits":225,"total_committers":4,"mean_commits":56.25,"dds":"0.18666666666666665","last_synced_commit":"813f6983d3896af73eeb628b09f939abb47f0af2"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Faggutierrez-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Faggutierrez-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Faggutierrez-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggutierrez98%2Faggutierrez-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aggutierrez98","download_url":"https://codeload.github.com/aggutierrez98/aggutierrez-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244888409,"owners_count":20526792,"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":["cssmodules","framer-motion","nextjs","personal-website","postcss","react","typescript"],"created_at":"2024-09-24T14:20:28.572Z","updated_at":"2026-01-04T17:05:39.108Z","avatar_url":"https://github.com/aggutierrez98.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://aggutierrez.com\" rel=\"noopener\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/aggutierrez98/aggutierrez-portfolio/main/public/banner.png\" alt=\"aggutierrez.com banner\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eaggutierrez.com\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Website](https://img.shields.io/website?logo=vercel\u0026style=for-the-badge\u0026up_message=online\u0026url=https%3A%2F%2Fwww.aggutierrez.com%2F)\n![Security Headers](https://img.shields.io/github/actions/workflow/status/aggutierrez98/aggutierrez-portfolio/main.yml?branch=main\u0026label=Main%20pipeline\u0026logo=github-actions\u0026style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/aggutierrez98/aggutierrez-portfolio?style=for-the-badge)\n\n![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/aggutierrez98/aggutierrez-portfolio/react?style=for-the-badge)\n![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/aggutierrez98/aggutierrez-portfolio/next?style=for-the-badge)\n![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/aggutierrez98/aggutierrez-portfolio/framer-motion?style=for-the-badge)\n\n\u003c/div\u003e\n\n## 👋 Greetings\n\nWelcome to the source code of [aggutierrez.com](https://aggutierrez.com). Built with Nexjts and hosted with Vercel. You can see my personal web page code here.\n\n## Requirements\n\n1. Must have npm or yarn installed in computer. I will follow the installation using yarn as an example.\n\n2. Must have Infisical CLI installed in your computer.\n   [See documentation to install it in diffetent OS](https://infisical.com/docs/cli/overview).\n\n3. Ensure you are logged in Infisical CLI\n\n   ```sh\n    infisical auth\n   ```\n\n4. Create a project in Infisical and the secrets needed.\n\n   ```dosini\n   # VARIABLES NEEDED\n\n   NEXT_PUBLIC_ASSETS_URL  # Path (relative to project root) of public assets loaded.\n   NEXT_PUBLIC_RAW_DATA_URL  # Url of the github repository from which the information shown in the portfolio is loaded.\n   NEXT_PUBLIC_GH_DATA_TOKEN  # Token needed to read data from that github repository.\n\n   # Emailjs service variables to send mails\n   NEXT_PUBLIC_EMAILJS_PUBLIC_KEY\n   NEXT_PUBLIC_EMAILJS_SERVICE_ID\n   NEXT_PUBLIC_EMAILJS_TEMPLATE_ID\n   ```\n\n## 🛠 Installation \u0026 Set Up\n\n1. Install project dependencies\n\n   ```sh\n   yarn install\n   ```\n\n2. Start the development server\n\n   ```sh\n   yarn dev\n   ```\n\n## 🚀 Building and Running for Production\n\n1. Generate a full static production build\n\n   ```sh\n   yarn build\n   ```\n\n2. Preview the site build\n\n   ```sh\n   yarn start\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggutierrez98%2Faggutierrez-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faggutierrez98%2Faggutierrez-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggutierrez98%2Faggutierrez-portfolio/lists"}