Skip to content

lukasbach/blackmaker

Repository files navigation

Blackmaker UI

Testing Pretty Storybook Deployment

WIP React-based UI framework. Current storybook available at https://lukasbach.github.io/blackmaker/

Setup

When developing locally, run in the root directory...

  • yarn to install dependencies
  • yarn test to run tests in all packages
  • yarn build to build distributables and typings in packages/{package}/out
  • yarn storybook to run a local storybook server
  • yarn build-storybook to build the storybook
  • npx lerna version to interactively bump the packages versions. This automatically commits the version, tags the commit and pushes to git remote.
  • npx lerna publish to publish all packages to NPM that have changed since the last release. This automatically bumps the versions interactively.