Create the modules getting started
Closed this issue · 0 comments
arantespp commented
Edit the README.md on the root and create a section called getting started in which you'll explain how to run the modules. Basically, you'll tell to the user that they need to:
- Install the whole monorepo using
yarn
- Build the whole project:
yarn build
- Go to
docs/storybook
and runyarn dev
.