{"id":26518177,"url":"https://github.com/proximobinks/hypergoals","last_synced_at":"2026-05-01T16:31:44.879Z","repository":{"id":280063193,"uuid":"940876574","full_name":"ProximoBinks/HyperGoals","owner":"ProximoBinks","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-03T10:04:50.000Z","size":4762,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"rev1","last_synced_at":"2025-06-10T03:41:17.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/ProximoBinks.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-03-01T00:57:06.000Z","updated_at":"2025-03-01T07:48:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"36a18691-8a40-4454-ad77-639b6a67e34b","html_url":"https://github.com/ProximoBinks/HyperGoals","commit_stats":null,"previous_names":["proximobinks/hypergoals"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProximoBinks/HyperGoals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FHyperGoals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FHyperGoals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FHyperGoals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FHyperGoals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProximoBinks","download_url":"https://codeload.github.com/ProximoBinks/HyperGoals/tar.gz/refs/heads/rev1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FHyperGoals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":"2025-03-21T09:27:37.337Z","updated_at":"2026-05-01T16:31:44.871Z","avatar_url":"https://github.com/ProximoBinks.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next + Netlify Starter\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/46648482-644c-4c80-bafb-872057e51b6b/deploy-status)](https://app.netlify.com/sites/next-dev-starter/deploys)\n\nThis is a [Next.js](https://nextjs.org/) v15 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)!\n\nThis project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. With Netlify, you'll have access to features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing on deploy automatically.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/next-netlify-starter\u0026utm_source=github\u0026utm_medium=nextstarter-cs\u0026utm_campaign=devex-cs)\n\n(If you click this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify)\n\n## Table of Contents:\n\n- [Getting Started](#getting-started)\n- [Installation options](#installation-options)\n- [Testing](#testing)\n  - [Included Default Testing](#included-default-testing)\n  - [Removing Renovate](#removing-renovate)\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn 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 `pages/index.js`. The page auto-updates as you edit the file.\n\n### Installation options\n\n**Option one:** One-click deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/next-netlify-starter\u0026utm_source=github\u0026utm_medium=nextstarter-cs\u0026utm_campaign=devex-cs)\n\n**Option two:** Manual clone\n\n1. Clone this repo: `git clone https://github.com/netlify-templates/next-netlify-starter.git`\n2. Navigate to the directory and run `npm install`\n3. Run `npm run dev`\n4. Make your changes\n5. Connect to [Netlify](https://url.netlify.com/Bk4UicocL) manually (the `netlify.toml` file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)\n\n## Testing\n\n### Included Default Testing\n\nWe’ve included some tooling that helps us maintain these templates. This template currently uses:\n\n- [Renovate](https://www.mend.io/free-developer-tools/renovate/) - to regularly update our dependencies\n- [Cypress](https://www.cypress.io/) - to run tests against how the template runs in the browser\n- [Cypress Netlify Build Plugin](https://github.com/cypress-io/netlify-plugin-cypress) - to run our tests during our build process\n\nIf your team is not interested in this tooling, you can remove them with ease!\n\n### Removing Renovate\n\nIn order to keep our project up-to-date with dependencies we use a tool called [Renovate](https://github.com/marketplace/renovate). If you’re not interested in this tooling, delete the `renovate.json` file and commit that onto your main branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximobinks%2Fhypergoals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproximobinks%2Fhypergoals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximobinks%2Fhypergoals/lists"}