Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 1.65 KB

README.md

File metadata and controls

69 lines (41 loc) · 1.65 KB
O-H

🌟 OFFER-HUB | Decentralized Freelance Platform

Welcome to OFFER-HUB! This platform aims to revolutionize the freelance marketplace by leveraging blockchain technology, cryptocurrency payments, and smart contracts to create a secure and efficient environment for freelancers and clients worldwide.

Our mission is to remove intermediaries, reduce fees, and empower users with tools to collaborate seamlessly in areas like design, programming, writing, and consulting. 🚀


Getting Started

Please read carefully and follow our contribution guide step by step, this will allow everything to flow in the best way

CONTRIBUTORS_GUIDELINE.md

🚀 Prerequisites

Before contributing, ensure your system meets these requirements:

  • Node.js: v23.3.0
  • pnpm: v9.15.2

📥 Installation Guide

1️⃣ Fork this repository to your GitHub account.

2️⃣ Clone the repository** to your local machine:

git clone https://github.com/<your_user>/offer-hub

3️⃣ Set up the upstream repository to keep your fork updated:

git remote add upstream https://github.com/OFFER-HUB/offer-hub.git

4️⃣ Navigate to the project directory:

cd offer-hub

5️⃣ Install dependencies:

pnpm i

7️⃣ Run the development server:

pnpm dev

8️⃣ Open the app in your browser at:

http://localhost:3000