To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/harjasae2001/real-estate-finder.git cd real-estate-finder
-
Install dependencies:
npm install # or yarn install
To run the development server, use the following command:
npm run dev
# or
yarn dev