ember-cli-deploy-storybook

Deploys Storybook as part of an Ember deployment pipeline.

Usage no npm install needed!

<script type="module">
  import emberCliDeployStorybook from 'https://cdn.skypack.dev/ember-cli-deploy-storybook';
</script>

README

ember-cli-deploy-storybook

This addon deploys a storybook to S3 (and eventually GH, etc), so that it can be automated through ember-cli-deploy, and be configured depending on the deployment target (so that PRs, prod, staging, etc can all have separate storybooks deployed).

This is WIP and only supports a basic deployment to S3.

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install ember-cli-deploy-storybook

Usage

[Longer description of how to use the addon in apps.]

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.