/ux-okr-dashboard

Ask #team-ux

Primary LanguageJavaScriptMIT LicenseMIT

UX Team OKR Dashboard

View Dashboard

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

# 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