You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
Open command prompt on the project root directory.
Build the apllication (will also restore the npm packages)
dotnet build
Run the application
dotnet run
If you are using Azure for deployment, make sure you use kude to create a folder named Uploads under the D:\home\site\wwwroot\ directory. You can get access to Kudu from Advanced Tools that is available in your application's settings panel.