@tributelabs/nav-v2-dashboard
v0.3.8
Published
DAO NAV V2.0 dashboard
Downloads
14
Readme
@tributelabs/nav-v2-dashboard
DAO NAV 2.0 dashboard.
Environment variables
STORYBOOK_CENTER_DEV_API_KEY=key-...
Building for production
Output will be written to packages/nav-v2-dashboard/dist
.
From the directory packages/nav-v2-dashboard
:
npm run build
From the project root:
npm run build -w @tributelabs/nav-v2-dashboard
Running Tests Locally
Single run
From the project root:
npm test -- packages/nav-v2-dashboard
Watch on files change
From the project root:
npm run test:dev -- packages/nav-v2-dashboard