0.0.7 • Published 1 year ago

@tributelabs/nav-dashboard v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@tributelabs/nav-dashboard

DAO NAV dashboard.

Building for production

Output will be written to packages/nav-dashboard/dist.

From the directory packages/nav-dashboard:

npm run build

From the project root:

npm run build -w @tributelabs/nav-dashboard

Running Tests Locally

Single run

From the project root:

npm test -- packages/nav-dashboard

Watch on files change

From the project root:

npm run test:dev -- packages/nav-dashboard