{"id":13617856,"url":"https://github.com/MarsX-dev/devhunt","last_synced_at":"2025-04-14T06:35:54.547Z","repository":{"id":168047880,"uuid":"643657914","full_name":"MarsX-dev/devhunt","owner":"MarsX-dev","description":"A launching platform for dev tools, built by developers. Open-source and collaborative, we use GitHub pull requests for listings and user logins for genuine voting. Join us at DevHunt to showcase your innovations and empower developer tools across the web! Led by https://twitter.com/johnrushx . ","archived":false,"fork":false,"pushed_at":"2025-03-18T11:47:06.000Z","size":15774,"stargazers_count":378,"open_issues_count":9,"forks_count":85,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-08T08:11:17.315Z","etag":null,"topics":["developer-tools","launchpad","nextjs","open-source","reactjs","supabase","vercel"],"latest_commit_sha":null,"homepage":"https://devhunt.org/","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/MarsX-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-05-21T21:07:57.000Z","updated_at":"2025-04-04T12:28:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"eeb37f04-bf54-4a62-8130-5a6390e48fac","html_url":"https://github.com/MarsX-dev/devhunt","commit_stats":{"total_commits":575,"total_committers":17,"mean_commits":33.8235294117647,"dds":0.64,"last_synced_commit":"e29d2f50ab6da64bb4bd19f0a9a5cd2cb5a651c2"},"previous_names":["marsx-dev/devhunt"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsX-dev%2Fdevhunt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsX-dev%2Fdevhunt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsX-dev%2Fdevhunt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsX-dev%2Fdevhunt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarsX-dev","download_url":"https://codeload.github.com/MarsX-dev/devhunt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248836235,"owners_count":21169367,"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":["developer-tools","launchpad","nextjs","open-source","reactjs","supabase","vercel"],"created_at":"2024-08-01T20:01:49.415Z","updated_at":"2025-04-14T06:35:54.132Z","avatar_url":"https://github.com/MarsX-dev.png","language":"TypeScript","funding_links":[],"categories":["HarmonyOS","TypeScript"],"sub_categories":["Windows Manager"],"readme":"# DevHunt\n\nOpen-source and collaborative launching platform for dev tools, built by developers. Join us at [DevHunt.org](https://devhunt.org) to showcase your innovations and empower developer tools across the web!\n\n## Quick Start\n\nCreate a `.env.local` file at the root of your project and populate it with the following environment variables:\n\n```\nNEXT_PUBLIC_SUPABASE_URL=https://tusrbkspwpvucxzqhrgo.supabase.co\nNEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InR1c3Jia3Nwd3B2dWN4enFocmdvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTYyNzI2OTUsImV4cCI6MjAxMTg0ODY5NX0.-HdjMYlbwVMggJiQ4cFxpr-AmNH1ueXBEgqxMPDlSJY\n```\n\nInstall packages\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\nRun dev server\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser. **Done!**\n\n\n## Getting Started\n\nThis 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### Restore Supabase Dump\n\n1. Create a [Supabase Project](https://supabase.com/dashboard/projects) and make sure to save the database password. \n2. Then navigate to `Project Settings` -\u003e `Database Settings` -\u003e `Connection Info`\n3. Copy the `Host` value, which should look like `db.\u003cReferenceID\u003e.supabase.co`\n\nTo restore the dump, execute the following command:\n\n```bash\npsql -h db.\u003cReferenceID\u003e.supabase.co -U postgres -d postgres \u003c /supabase/dump.sql\n```\n\nYou will be prompted to enter the database password. This can be found in `Project Settings` -\u003e `Database Settings` -\u003e `Database Password`. Alternatively, use the password you saved during project creation.\n\n### Set Up `.env.local` Configuration\n\nCreate a `.env.local` file at the root of your project and populate it with the following environment variables:\n\n```\nNEXT_PUBLIC_SUPABASE_URL=\u003cYour_Project_URL\u003e\nNEXT_PUBLIC_SUPABASE_ANON_KEY=\u003cYour_Anonymous_Key\u003e\nSUPABASE_SERVICE_ROLE_KEY=\u003cYour_Service_Role_Key\u003e\n```\n\nYou can find the key values here:\n1. `\u003cYour_Project_URL\u003e` -  Navigate to `Project Settings` -\u003e `API` -\u003e `Project URL` and copy the `URL`\n2. `\u003cYour_Anonymous_Key\u003e` - Go to `Project Settings` -\u003e `API` -\u003e `Project API keys` and find the `anon` `public` key.\n3. `\u003cYour_Service_Role_Key\u003e` - Under `Project Settings` -\u003e `API` -\u003e `Project API keys` locate the `service_role` `secret` key.\n\n### Set Up Social Login (OAuth)\n\nTo enable social login features, follow the guides below for each platform:\n- **GitHub login**: Simply configure your Supabase settings. For detailed instructions, refer to the Supabase [GitHub OAuth Guide](https://supabase.com/docs/guides/auth/social-login/auth-github) - you need only to configure Supabase\n- **Google login**: Follow the steps outlined in the Supabase [Google OAuth Guide](https://supabase.com/docs/guides/auth/social-login/auth-google)\n- **More Providers**: For a complete list of all available social login methods, consult the [Supabase Social Login](https://supabase.com/docs/guides/auth/social-login) documentation\n\nThese guides will walk you through the necessary configurations for enabling OAuth-based social logins.\n\n### Launch the app\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm 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## 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## Contributing\n\nAre you interested in contributing to DEVHUNT, please read our [contributing guide](https://github.com/Dev-Ahmadubah/devhunt/blob/main/CONTRIBUTING.md) to learn about our development process before submitting a pull request.\n\n## Forking and Cloning\n\nYou are free to fork and clone it as long as you clearly refer to the original project. \nIf it's a github, then refer to https://github.com/MarsX-dev/devhunt \nIf it's a website, then refer to devhunt.org with a prominent logo and a link.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarsX-dev%2Fdevhunt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarsX-dev%2Fdevhunt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarsX-dev%2Fdevhunt/lists"}