storybook

1#!/usr/bin/env bash
2
3if [ -z "$1" ]; then
4    cargo run -p storybook
5else
6    cargo run -p storybook -- "components/$1"
7fi