owncast/web/.storybook/tools/generate-stories.sh
2023-01-26 15:23:25 -08:00

10 lines
323 B
Bash
Executable File

#!/bin/sh
# Generate the custom Emoji story
node generate-emoji-story.mjs >../stories-category-doc-pages/Emoji.stories.mdx
# Generate stories out of documentation
# Pull down the doc about development
curl -s https://raw.githubusercontent.com/owncast/owncast.github.io/master/content/development.md >/tmp/development.md