GitHunt
EL

An open source platform connecting crypto founders with elite talent to create bounties, and accelerate project completion


NEARN

An open source platform connecting founders with elite talent to create bounties and accelerate project completion

Project Status: Active
GitHub issues
GitHub pull requests

Development Setup

Prerequisites

  • NodeJS
  • MySQL
  • pnpm

Getting Started

  1. Clone the repository into a public Github repository (or fork it):

    git clone https://github.com/NEAR-DevHub/nearn.git
  2. Navigate to the project directory:

    cd nearn
  3. Install the dependencies:

    pnpm i
  4. Set up your .env file.

  • Start by copying the .env.example file to a new file named .env. This file will store your local environment settings.

  • Use openssl rand -base64 32 to generate a key and add it under NEXTAUTH_SECRET in the .env file.

  • Database setup

    • Set the DATABASE_URL environment variable with your MySQL connection string. Services like railway.app or Render can help you host a database if you don't run one locally.

      DATABASE_URL='mysql://<user>:<pass>@<db-host>:<db-port>/<database>?sslaccept=strict'
      
    • Generate prisma migrations & client.

      npx prisma migrate dev --name init && npx prisma generate
  • You have to set up resend to run the app:

    • Resend: To obtain your RESEND_API_KEY, visit the Resend dashboard. This credential is essential for setting up Email Auth.

NOTE: If you are facing any issues with setup, please create an issue and we will try to help you out.

  1. Run the development server
    pnpm dev

Contributing

We welcome contributions from everyone! Whether it's submitting an issue, a pull request, or suggesting new ideas, your input is highly valued. Check out our contributing guide for guidelines on how to proceed.

Contributors

Languages

TypeScript98.9%CSS0.6%SCSS0.3%JavaScript0.2%Shell0.0%
GNU Affero General Public License v3.0
Created June 26, 2025
Updated June 26, 2025