From 94d33bcb64785da1eb6843fbc5afada9c38ba45d Mon Sep 17 00:00:00 2001 From: Fat Tom Date: Sat, 2 May 2026 20:20:37 -0300 Subject: [PATCH] docs: add Quick Start section to README (closes #26) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9db2bea..932f7e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ > 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 # then fill the values +cd frontend && pnpm dev +``` + + ## 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.