This is a Next.js project that serves as a frontend for the indexer. It lets you view all past proposals and participate in active ones.
Clone this repo and install dependencies from the root directory:
pnpm install
Navigate to the app
directory and set up your environment variables:
cd app
cp .env.example .env.local
Run the dev server:
pnpm dev
Open http://localhost:3000 in your browser to see the result.