Giter Club home page Giter Club logo

marsx-dev / devhunt Goto Github PK

View Code? Open in Web Editor NEW
299.0 8.0 61.0 15.33 MB

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 .

Home Page: https://devhunt.org/

License: MIT License

CSS 0.49% TypeScript 65.05% JavaScript 6.49% PLpgSQL 27.97%
developer-tools launchpad nextjs open-source reactjs supabase vercel

devhunt's Introduction

DevHunt

Open-source and collaborative launching platform for dev tools, built by developers. Join us at DevHunt.org to showcase your innovations and empower developer tools across the web!

Quick Start

Create a .env.local file at the root of your project and populate it with the following environment variables:

NEXT_PUBLIC_SUPABASE_URL=https://tusrbkspwpvucxzqhrgo.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InR1c3Jia3Nwd3B2dWN4enFocmdvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTYyNzI2OTUsImV4cCI6MjAxMTg0ODY5NX0.-HdjMYlbwVMggJiQ4cFxpr-AmNH1ueXBEgqxMPDlSJY

Install packages

npm install
# or
yarn install
# or
pnpm install

Run dev server

npm run dev

Open http://localhost:3000 in your browser. Done!

Getting Started

This is a Next.js project bootstrapped with create-next-app.

Restore Supabase Dump

  1. Create a Supabase Project and make sure to save the database password.
  2. Then navigate to Project Settings -> Database Settings -> Connection Info
  3. Copy the Host value, which should look like db.<ReferenceID>.supabase.co

To restore the dump, execute the following command:

psql -h db.<ReferenceID>.supabase.co -U postgres -d postgres < /supabase/dump.sql

You will be prompted to enter the database password. This can be found in Project Settings -> Database Settings -> Database Password. Alternatively, use the password you saved during project creation.

Set Up .env.local Configuration

Create a .env.local file at the root of your project and populate it with the following environment variables:

NEXT_PUBLIC_SUPABASE_URL=<Your_Project_URL>
NEXT_PUBLIC_SUPABASE_ANON_KEY=<Your_Anonymous_Key>
SUPABASE_SERVICE_ROLE_KEY=<Your_Service_Role_Key>

You can find the key values here:

  1. <Your_Project_URL> - Navigate to Project Settings -> API -> Project URL and copy the URL
  2. <Your_Anonymous_Key> - Go to Project Settings -> API -> Project API keys and find the anon public key.
  3. <Your_Service_Role_Key> - Under Project Settings -> API -> Project API keys locate the service_role secret key.

Set Up Social Login (OAuth)

To enable social login features, follow the guides below for each platform:

  • GitHub login: Simply configure your Supabase settings. For detailed instructions, refer to the Supabase GitHub OAuth Guide - you need only to configure Supabase
  • Google login: Follow the steps outlined in the Supabase Google OAuth Guide
  • More Providers: For a complete list of all available social login methods, consult the Supabase Social Login documentation

These guides will walk you through the necessary configurations for enabling OAuth-based social logins.

Launch the app

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Contributing

Are you interested in contributing to DEVHUNT, please read our contributing guide to learn about our development process before submitting a pull request.

Forking and Cloning

You are free to fork and clone it as long as you clearly reffer to the original project. If it's a github, then refer to https://github.com/MarsX-dev/devhunt If it's a website, then refer to devhunt.org with a prominent logo and a link.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.