In order to run Shopstory examples the following requirements must be met:
node >= 16
pnpm
installed.
Steps to install:
- Clone the repo.
- Run
pnpm
install 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 dev
command).