iotex-react-block-producers
v2.9.11
Published
block producer table
Downloads
20
Keywords
Readme
iotex-react-block-producers
Usage
Develop with dev server
npm run dev
Develop with your website
npm run build
# in your website
ln -s /Users/tp/projects/iotex-react-components/packages/iotex-react-block-producers ./node_modules/iotex-react-block-producers
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.js
To run a single test case, follow instructions here.
Scripts
npm run build
: build source code fromsrc
todist
npm publish
: publish code to npmnpm run changelog-patch
bump version patch (bug fixes)npm run changelog-minor
bump version minor (new features)npm run changelog-major
bump version major (breaking change)