/marketplace-frontend

OnlyDust contribution marketplace frontend

Primary LanguageTypeScript

Marketplace frontend

Contribution marketplace web application frontend

🎟️ Description

This repository contains the code for the interface (Front End)

🎗️ Prerequisites

Install yarn.

📦 Installation

yarn install
cp .env.example .env

Then modify your .env file to match with your environment.

🔬 Usage

To run in development mode

yarn dev

🌡️ Testing

yarn test

With coverage

yarn test:coverage

🛠 Build

yarn build

And to run in local your build.

yarn preview

🏗 Contributing