Resin is an open-source real estate platform that helps users buy homes without relying on traditional bank loans. With a sleek, map-based interface, users can explore properties, view detailed listings, and discover alternative financing options — all in one place!
This project is built using cutting-edge technologies to ensure scalability, maintainability, and ease of development:
- Nuxt 3 - The framework powering the entire app, built on Vue 3 and designed for both server-side and static site generation.
- TailwindCSS - Utility-first CSS framework for fast and responsive styling.
- Flowbite - Pre-built UI components for TailwindCSS to quickly build out user interfaces.
- MapLibre - Open-source map library for rendering maps and enhancing location-based searches.
Follow these simple steps to get the project up and running on your local machine:
-
Clone the repository:
git clone https://github.com/yourusername/resin-app.git cd resin-app
-
Install dependencies:
Make sure you have Node.js installed. Then, run the following command:
npm install
-
Start the development server:
To start the local development server, run:
npm run dev
-
Open the app in your browser:
Navigate to
http://localhost:3000
to view the app running locally.