Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

onlydustxyz/marketplace-frontend-v2

Repository files navigation

Marketplace frontend

Contribution marketplace web application frontend

🎟️ Description

This repository contains the code for the OnlyDust marketplace frontend.

🎗️ Prerequisites

Install yarn.

📦 Installation

yarn install

🔬 Usage

To run in development mode

yarn dev

📚 Storybook

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

🌡️ Testing

Unit/integration

yarn test

🛠 Build

yarn build

To run build locally :

yarn preview

Deployment process

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.

Production deployment

Only project admins can do this

git checkout main
git fetch
git pull origin main
git merge --ff develop
git push origin main

🏗 Contributing

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