CirclesUBI / circles-dashboard

Status dashboard and trust network explorer for Circles
GNU Affero General Public License v3.0
0 stars 0 forks source link
d3 dashboard material-ui web3

circles-dashboard

Status dashboard and trust network explorer for Circles


License chat Follow Circles

Handbook | Releases | Contributing


Usage

Visit dashboard.circles.garden to see the current health status of the Circles system.

Development

# Install dependencies
npm install

# Copy env file and edit it
cp .env.example .env

# Check code formatting
npm run lint

# Start local server and watch changes
npm run serve

# Build for production
npm run build

License

GNU Affero General Public License v3.0 AGPL-3.0