Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 678 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 678 Bytes

Lumasuite Product Configurator

Deploy site to Netlify

This is a Blazor wasm application that allows you to customize your own lumasuite case

The application is hosted here:

https://design-your-lumasuite-case.netlify.app/

Migrations

dotnet ef migrations add Initial --project src/Application/ProductConfigurator.Core/ProductConfigurator.Core.csproj --startup-project src/Web/ProductConfigurator.Host/ProductConfigurator.Host.csproj -o Database/Migrations -v