/storiesjs

Stories for any website

Primary LanguageTypeScriptMIT LicenseMIT

Storiesjs

Add (nonfunctional) stories to your website, just like all the cool websites are doing!

Example


Usage

Download files

Run yarn add storiesjs in the terminal. Then, add

<script src="<node_modules>/storiesjs/dist/stories.bundle.js"></script>

to your website.

"CDN"

If you don't want to download the files, just add the following line to your website:

<script src="https://s3-us-west-2.amazonaws.com/static.mattgaikema/stories.bundle.js"></script>

Inspiration

Inspired by https://storiesasaservice.com/?ref=producthunt.