@dragonchain-dev/dragon-dashboard
v0.9.8
Published
Dragonchain's dashboard component library.
Downloads
67
Readme
Development and Storybook
You can easily develop and interact with your components by using Storybook. To run the local server, simply run:
$ npm i
$ npm run storybook
Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.
Storybook will pick up any story from stories.js
file in each component's folder.
Local Development
You can easily test the package locally using symlink.
To make the project avaliable to link, run:
$ npm link
Copy the location of the dashboard library and run the following in the application using dragon-dashboard:
$ npm link ${dashboard library location}