Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 347 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 347 Bytes

Interweb ID

setup

yarn
yarn bootstrap
yarn build

storybook

cd ./packages/react
yarn storybook

next

If you have any issues with module not found errors, make sure you've run yarn build in the packages/react or base directory.

cd ./packages/app
yarn dev

website

cd ./packages/www
yarn dev