Bring your identity to the OP collective and signup to get funded via RetroPGF.
Shepherded by the fine folks of Agora.
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.
-
Install pnpm if you haven't already:
npm install -g pnpm
-
Install dependencies:
pnpm install
-
Set up environment variables:
- Copy
.env.example
to.env
in theapp
directory - Fill in required environment variables
- Copy
-
Start the development server:
cd app pnpm dev
OR
pnpm --filter op-atlas dev
The app will be available at http://localhost:3000.