What’s included in real-estate-prod?
A comprehensive real estate management platform built with Next.js, React, TypeScript, and Prisma, featuring role-based access control and responsive design for property management.
Tech Stack
- 🔐 Role-based access control
- 📱 Responsive design for all devices
Features
Prerequisites
- Node.js 18+
- npm or yarn or pnpm
Installation
- Clone the repository:
git clone https://github.com/bjornleonhenry/real-estate-prod.git
cd real-estate-prod
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm run dev
Open http://localhost:3000 to see the application.
Contributing
Contributions are welcomed, and appreciated. If you have a feature request, please add it as an issue or make a pull request.