Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

nettsundere/PersonalWebsite

Repository files navigation

PersonalWebsite

This is a full source code of my multilingual website implemented in ASP.NET Core

Test the app

Hosting: Azure, App Service, West US 2

See it in action

https://vladimir-kiselev.me

Dependencies

Running it locally

$ 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.

PersonalWebsite/Tests

XUnit tests

$ dotnet test

License

License - MIT