Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 555 Bytes

App

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.

Local development

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.