Skip to content

near-daos/dao-stats-ui

Repository files navigation

DAO Stats

Release version Build

A simple dashboard to get insights about different DAOs for communities.

Technology stack

Status

Change Log

Links

Dev: https://develop.daostats.io/
Production: https://daostats.io/

Getting Started

Clone the repo
git clone git@github.com:near-daos/dao-stats-ui.git
Install dependencies
yarn install
Prepare local configuration

Rename .env.example file in project folder to .env.local. It should have following content:

REACT_APP_API_ENDPOINT=https://mainnet.api.daostats.io/
Run development server
yarn start

Open http://localhost:3000 with your browser to see the result.