🏡 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

🚀 Deploy

Project Screenshot

Features

Installation

To run this project locally, follow these steps:

  1. Clone the repository (private, access required).
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev