Install devenv: https://developer.shopware.com/docs/guides/installation/devenv
devenv up
docker-compoose up -d # start typesense docker container
cd middelware
composer install
cd middelware
console app:product-import
cd nuxt3
npm install
# Start the development server on http://localhost:3000
npm run dev