Skip to content

mobinjavari/personal-website-cs

Repository files navigation

🌟 Personal Website with ASP.NET Core

Modern personal website with clean design and responsive interface



Installation

  1. Clone the repository
git clone https://github.com/mobinjavari/personal-website-cs.git
cd personal-website-cs
  1. Run the project
dotnet run

The application will be available at http://localhost:5214

Docker

  1. Build the project
docker build -t personal-website .
  1. Run the project
docker run -d --name my-web-app -p 8080:8080 personal-website

The application will be available at http://localhost:8080

Technologies

  • ASP.NET Core (C#)
  • Tailwind CSS
  • Docker

About

Personal website with ASP.NET Core

Topics

Resources

License

Stars

Watchers

Forks