Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 810 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 810 Bytes

Project Title

A perfect place to find luxurious as well as affordable apartment and houses

Technologies Used

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/harjasae2001/real-estate-finder.git
    cd real-estate-finder
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the Project Locally

To run the development server, use the following command:

npm run dev
# or
yarn dev