Kalyan-1707 / elite-estates

Real estate web app
https://elite-estates-finder.vercel.app/
0 stars 0 forks source link

Elite Estates

Table of Contents

  1. Pre-requisites
  2. Getting Started
  3. Folder Structure
  4. Styling
  5. Deployment

Pre-requisites

Getting Started

  1. Clone the repository and navigate to the project root.
  2. Create a new file named .env and copy the contents of .env.example into it. Alternatively, run the command cp .env.example .env on Mac.
  3. API keys will be sent via email. If you don't receive them, you can obtain them from the following websites:

    Note: The API keys are required to run the application, all have free plans.

  4. Install dependencies by running npm install.
  5. Start the application by running npm run dev.
  6. For best experience, open in Incognito mode to avoid ad blockers and extension interference.

Folder Structure

Styling

Deployment