Skip to content

laamyry/HomeMingle

Repository files navigation

Home Mingle Hub

Home Mingle Hub Logo

Introduction

Welcome to Home Mingle Hub, your go-to platform for connecting homeowners with skilled professionals. This platform simplifies the process of finding reliable experts for various home services, fostering a sense of community and trust.

Home Mingle Hub Screenshot

Installation

To get started with Home Mingle Hub, follow these simple installation steps:

git clone https://github.com/your-username/home-mingle-hub.git
cd home-mingle-hub

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# yarn
yarn install

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# yarn
yarn dev

## Production

Build the application for production:

```bash
# npm
npm run build

# yarn
yarn build

Locally preview production build:

```bash
# npm
npm run preview

# yarn
yarn preview