App for creating dependency visualizations for Clubhouse epics
- Run
npm install
- Set these env vars:
SERVER_PORT
-3000
is a good defaultCLUBHOUSE_URL
- usehttps://api.clubhouse.io/api/v3
CLUBHOUSE_API_KEY
- create an api key in clubhouse
- Run
npm run serve
- Visit
http://localhost:<SERVER_PORT>/epics/<epic_id>