Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 850 Bytes

File metadata and controls

38 lines (24 loc) · 850 Bytes

Foster Commerce Code Challenge

Install Front End

Run the following command from the project root directory to install the front end dependencies:

yarn install

Run the site locally

The setup has the following commands you can run:

Storybook Dev

Runs Storybook in dev mode to allow you to edit and add Vue component stories for a component library.

$ yarn workspace site-nuxt storybook

Storybook Generate

Generates a static version of the Storybook component library in the /web/storybook directory.

$ yarn workspace site-nuxt storybook:generate

Further Documentation