apr-ui
apr-ui copied to clipboard
📦 Anchor Program Registry
Public Roadmap
- https://github.com/orgs/coral-xyz/projects/1
Getting Started
- Install dependencies
cp .env.example .env.local- Change
NEXT_PUBLIC_API_ENDPOINTvalue (ex.https://api.apr.dev) - yarn dev
- open browser
http://localhost:3000
NEXT_PUBLIC_API_ENDPOINT env var
Ask @italoacasas or @armaniferrante in Discord or Twitter.
TailwindCSS & Material UI
All new components should use TailwindCSS and not Material UI. The goal is to remove Material UI from the project.
APR API
apr codebase possesses two projects, the UI (Next.js) and the API (Rust). The API will be open source at a later date.