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
- Host: GitHub
- URL: https://github.com/sparkpost/ux-okr-dashboard
- Owner: SparkPost
- License: mit
- Created: 2020-01-08T01:35:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T17:01:17.000Z (over 3 years ago)
- Last Synced: 2024-12-29T11:49:00.337Z (over 1 year ago)
- Topics: team-ux
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 17
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```