A modern real estate platform built with Astro and Contentful, designed to provide a seamless experience for property browsing.
# Install dependencies
pnpm install
# Set up environment variables
cp .env.example .env
# Run development server
pnpm dev
- Framework: Astro
- Styling: Tailwind CSS
- UI Components: Shadcn/ui
- CMS: Contentful
- Deployment: Vercel
CONTENTFUL_SPACE_ID=
CONTENTFUL_DELIVERY_TOKEN=
CONTENTFUL_PREVIEW_TOKEN=
PUBLIC_GOOGLE_MAPS_API_KEY=
- Responsive design
- Fast page loads
- SEO optimized
- Content management with Contentful
- Modern UI components
# Run development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
- Fix clickable area in main page components
- Add property search functionality
- Implement contact forms
Built with โค๏ธ by Facundo Perez Montalvo