🏡 Proyecta.design
Proyecta.design is a landing page built with Astro for a client specializing in custom kitchens, closets, and integrated furniture. The site includes a contact form and dynamically generates project pages from Markdown files stored in /content/projects
. It is fully responsive and accessible.
Live Demo
Features
- Built with Astro for fast performance
- Contact form for inquiries
- Dynamic project pages generated from Markdown files
- Fully responsive and accessible design
Installation
To run this project locally, follow these steps:
- Clone the repository (private, access required).
- Install dependencies:
npm install
- Start the development server:
npm run dev