Run the following command from the project root directory to install the front end dependencies:
yarn install
The setup has the following commands you can run:
Runs Storybook in dev mode to allow you to edit and add Vue component stories for a component library.
$ yarn workspace site-nuxt storybook
Generates a static version of the Storybook component library in the /web/storybook
directory.
$ yarn workspace site-nuxt storybook:generate