A simple dashboard to get insights about different DAOs for communities.
- DaoStats backend: DaoStats API Middleware
- Package manager: Yarn
- Core programming language: TypeScript
- Application framework: React
- Code quality: Eslint, Prettier
- Containers: Docker
- Deployment: Kubernetes
Dev: https://develop.daostats.io/
Production: https://daostats.io/
git clone git@github.com:near-daos/dao-stats-ui.git
yarn install
Rename .env.example
file in project folder to .env.local
. It should have following content:
REACT_APP_API_ENDPOINT=https://mainnet.api.daostats.io/
yarn start
Open http://localhost:3000 with your browser to see the result.