Clone or download the repository
Install PHP dependencies
composer setup, it handles steps 2 through 5 automatically — installing Composer dependencies, copying .env, generating the app key, running migrations, installing npm packages, and building frontend assets. Skip ahead to step 6 if you use it.Configure the environment
Copy the example environment file and generate your application key:The default configuration uses SQLite, so no database credentials are needed for a local setup.
Run database migrations
database/database.sqlite.Start the development servers
Open two terminal windows and run one command in each:Alternatively, use the
composer dev script to start all services (Laravel, queue worker, log watcher, and Vite) concurrently in a single terminal:Open the application
Navigate to http://localhost:8000 in your browser. You should see the MediPro welcome page.
Open the window configurator
Click the Ventana button, or navigate directly to:This loads the window configuration view backed by the Sistema Nova Livewire component.
Enter dimensions and configure the system
Fill in the dimension fields with an example configuration:
Adjust the number of sliding leaves (hojas corredizas) and fixed leaves (hojas fijas) as needed. All internal cut dimensions recalculate automatically on every change.
| Field | Example value |
|---|---|
| Ancho (total width) | 205 cm |
| Alto (total height) | 165 cm |
| Puente / Sobreluz (bridge height) | 130 cm |
View the 2D plan and fabrication summary
The proportional 2D technical plan renders immediately below the form. Sliding leaves are labeled C and fixed leaves are labeled F, with all key dimensions annotated.The fabrication summary table beneath the plan lists all adjusted cut dimensions, leaf counts, and included accessories — ready to hand to the production team or export to PDF.
What’s next
- Read the Installation page for full system requirements, database options, and production deployment instructions.
- Explore all Window Systems — Sistema Nova has the full reference with every profile calculation documented.
- Explore the door configurator at
/Puerta— see the Door Configuration page for available door types.