An open API service indexing awesome lists of open source software.

https://github.com/sparkpost/ux-okr-dashboard

Ask #team-ux
https://github.com/sparkpost/ux-okr-dashboard

team-ux

Last synced: 8 months ago
JSON representation

Ask #team-ux

Awesome Lists containing this project

README

          

## UX Team OKR Dashboard

[View Dashboard](https://ux-okr-dashboard.netlify.com/)

A hacky dashboard that parses through 2web2ui to measure design system efficiency.

```bash
# To run this dashboard:
# First clone 2web2ui in a sibling directory to this one

# Install dependencies
npm i

# Source component data, will take a minute
npm run source

# Run Next.js
npm run dev
```