{"id":20971955,"url":"https://github.com/proximobinks/outfitgen","last_synced_at":"2026-02-09T04:32:47.411Z","repository":{"id":255017245,"uuid":"848225655","full_name":"ProximoBinks/outfitGen","owner":"ProximoBinks","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-02T02:28:18.000Z","size":5821,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-26T04:33:57.082Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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-08-27T11:21:50.000Z","updated_at":"2024-08-27T11:22:39.000Z","dependencies_parsed_at":"2024-08-27T14:56:09.055Z","dependency_job_id":"e8a2db72-c071-4ea9-8787-3aeee65cc4eb","html_url":"https://github.com/ProximoBinks/outfitGen","commit_stats":null,"previous_names":["proximobinks/outfitgen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FoutfitGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FoutfitGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FoutfitGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProximoBinks%2FoutfitGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProximoBinks","download_url":"https://codeload.github.com/ProximoBinks/outfitGen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234739803,"owners_count":18879181,"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":[],"created_at":"2024-11-19T04:06:08.648Z","updated_at":"2026-02-09T04:32:42.346Z","avatar_url":"https://github.com/ProximoBinks.png","language":"JavaScript","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/) v14 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%2Foutfitgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproximobinks%2Foutfitgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximobinks%2Foutfitgen/lists"}