Very Nested Viewer
🔧 Tools
🔮 Future Development
Commands
yarn
- Install dependencies.yarn storybook
- Start the Storybook dev server.yarn test
- Run tests.yarn build
- Build the package.yarn build-watch
- Build the package continuously.npm run deploy
- Shortcut to the project root deploy process.
Deploy
Run the deploy script in this package or the project root.
npm run deploy
This will version all packages using Lerna and publish this package to NPM.
Serialise current state
Select the storybook iframe in your console then run this.
console.log(JSON.stringify(window.store.getState().item, null, 1))
You can then add this to a storybook example.