VirtoCommerce / vc-storefront

Virto Commerce Storefront - ASP.NET Core 8.0

Home Page:http://virtocommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme on starting the storefront might be incorrect.

loktar00 opened this issue · comments

commented

Please provide detailed information about your issue, thank you!

Version info:

  • Browser version: N/A
  • Platform version: Latest
  • Storefront version: Latest

Expected behavior

The readme states to run dotnet run within the vc-storefront directory (or wherever you cloned the main repository).

Actual behavior

Receive the error,

Couldn't find a project to run. Ensure a project exists in c:\somepath\vc-storefront, or pass the path to the project using --project.

Steps to reproduce

  1. Clone repository
  2. cd to directory with cloned repository
  3. Use the command dotnet run

Potential fix

This however does work.

dotnet run --project .\VirtoCommerce.Storefront\VirtoCommerce.Storefront.csproj

Hello @loktar00 !
Thank you for your appeal!
The documentation will be updated shortly.

It was resolved in this pull request #617