Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 926 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 926 Bytes

OP Atlas

Bring your identity to the OP collective and signup to get funded via RetroPGF.

Shepherded by the fine folks of Agora.

Project Structure

This is a monorepo managed with pnpm workspaces. The repository contains the following packages:

  • app/ - The main OP-Atlas Next.js web application

Each package has its own README with detailed setup and development instructions.

Development Setup

  1. Install pnpm if you haven't already:

    npm install -g pnpm
  2. Install dependencies:

    pnpm install
  3. Set up environment variables:

    • Copy .env.example to .env in the app directory
    • Fill in required environment variables
  4. Start the development server:

    cd app
    pnpm dev

    OR

    pnpm --filter op-atlas dev

The app will be available at http://localhost:3000.