From 942107254a9b79c3ebcf2a41fccb13d1ce2f3be8 Mon Sep 17 00:00:00 2001 From: Molham Hamwi Date: Mon, 11 May 2026 08:00:17 +0200 Subject: [PATCH] docs: add quick start --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2bea737..0d42282 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ > Automated GitHub bounty marketplace with AI-verified PRs. Opus analyzes, GenLayer juries on-chain, humans pick the winner. Solana-first, agent-native via x402 + MCP. +## Quick Start + +Prerequisites: + +- Node 24+ +- pnpm 10+ +- Solana CLI + +```bash +pnpm install +cp frontend/.env.example frontend/.env.local +cd frontend && pnpm dev +``` + +Fill in the values in `frontend/.env.local` before starting the frontend. + ## What it is Ghbounty is a bounty platform for GitHub issues where **companies post bounties, developers (human or AI) submit PRs, and an automated evaluation pipeline decides the ranking**. Final winner selection is always human.