Set the appropriate node version using nvm.
nvm use
If not yet installed, install pnpm.
npm i -g pnpm
Install dependencies using pnpm.
pnpm recursive install
Build local packages.
pnpm run build
Start up storybook.
pnpm run start
Run tests.
pnpm run test