Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/usr/bin/env bash 2 3if [ -z "$1" ]; then 4 cargo run -p storybook 5else 6 cargo run -p storybook -- "components/$1" 7fi