- Run
yarn
in the repository's root directory to install everything you need for development. - Run
yarn build
in the root directory to build the modules.
yarn test
to run the tests in each package available in workspace.
-
Use
yarn workspace
followed by Folo package name inpackage.json
. So, If you deal withfolo-layout
for example you can use:yarn workspace @folo/layout add -D dotenv
- Run above installation steps and then
- Run
yarn storybook
runs story for each modules.