Skip to content

BigWhaleLabs/stores

Repository files navigation

Stores

Diffrent stores used accross BWL projects.

Development in conjunction with another project

  1. Run yarn link in the root folder (more about yarn link)
  2. Run develop mode with yarn start
  3. In another project run yarn link @big-whale-labs/stores
  4. Nice! Your project will now use the local version of @big-whale-labs/stores

Available Scripts

  • yarn build — build the code
  • yarn release — create a release and publish the package