First, run the development server:
npm run dev
# or
yarn dev
- 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.
To deploy the website, you can use Vercel.
- Sign up for a Vercel account if you don't have one.
- Create a new project on Vercel and select the "Next.js" template.
- Clone the repository to your local machine.
- Install the dependencies by running
npm install
oryarn install
. - Start the development server by running
npm run dev
oryarn dev
. - 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.
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.