This is the frontend repo for L2 Flexible Voting. For DAOs that use L2 Flexible Voting, this frontend can be used to bridge, delegate, and vote governance tokens.
To get started, install the app dependencies, adjust your .env, and then start the development server.
yarn install
cp .env.template .env
# Adjust .env
yarn run dev
Open http://localhost:3000 with your browser to see the result.