Removes the note stating that running Storybook from the repository
root isn't set up yet, along with the old cd-into-package workaround
instructions. This gap was closed by the root-level pnpm run
storybook script added in #11, so the outdated guidance is no longer
accurate.
Reviewed-on: #20
Merge pull request #20 from dev into main
sync: merge dev into main
Syncs dev into main following the merge of PR #19 (storybook root
script).
Closes#11.