WAPM frontend
To run the frontend on your local machine, set up the local environment:
npm i
npm i --legacy-peer-deps #use this in case of MUI errors
doppler run --config local -p wapm-frontend -- npm run dev
Test
CYPRESS_BACKEND_BASE_URL={{REGISTRY_URL}} npm run cypress:open
REGISTRY_URL: https://registry.wapm.dev or http://localhost:8000
Storybook
The components should be added in Storybook.
npm run storybook
On each release the storybook would be accessible in /storybook/index.hml
.