This repository contains the code for the OnlyDust marketplace frontend.
Install yarn.
yarn install
To run in development mode
yarn dev
To view components in isolation using Storybook
yarn storybook
It can be useful to reset the Storybook cache when some updates are not showing correctly
yarn storybook --no-manager-cache
yarn test
yarn build
To run build locally :
yarn preview
Each pull request must target the develop
branch.
This way, a preview will be created.
When a pull request is merged into develop
, it is automatically deployed on the staging environment.
Only project admins can do this
git checkout main
git fetch
git pull origin main
git merge --ff develop
git push origin main
You can contribute by applying to some opened contributions of this project.
You can find those contributions on our platform => https://app.onlydust.xyz/projects/501233690