In order to run Shopstory examples the following requirements must be met:
node >= 16pnpminstalled.
Steps to install:
- Clone the repo.
- Run
pnpminstall in the root level of the repo. - Go to the specific example and run the project (i.e. for next.js it's gonna be
npm run devcommand).