Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.49 KB

Realestate

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Features

  • Realestate is a real estate website that allows users to search for properties, view property details, and make reservations.
  • The website uses Next.js for the frontend and Prisma for the database.
  • Tailwind CSS is used for styling the website.
  • NextUI is used for the UI components.
  • Kindauth is used for authentication.
  • The website is hosted on Vercel.

Deployment

To deploy the website, you can use Vercel.

  1. Sign up for a Vercel account if you don't have one.
  2. Create a new project on Vercel and select the "Next.js" template.
  3. Clone the repository to your local machine.
  4. Install the dependencies by running npm install or yarn install.
  5. Start the development server by running npm run dev or yarn dev.
  6. Deploy the website to Vercel by running vercel in the project directory.

You can also deploy the website to other hosting platforms, such as AWS, Firebase, or Netlify, depending on your requirements.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue on GitHub. If you want to contribute code, please fork the repository and submit a pull request.