PersonalWebsite
1.0.0
This is a full source code of my multilingual website implemented in ASP.NET Core
Hosting: Azure, App Service, West US 2
https://vladimir-kiselev.me
$ cd src/PersonalWebsite
$ npm install
$ npm run build
$ ASPNETCORE_ENVIRONMENT=Development dotnet run
Then navigate to http://localhost:8080
NB: Migrations will run automatically during the startup.
XUnit tests
$ dotnet test
License - MIT