Modern personal website with clean design and responsive interface
- Clone the repository
git clone https://github.com/mobinjavari/personal-website-cs.git
cd personal-website-cs
- Run the project
dotnet run
The application will be available at http://localhost:5214
- Build the project
docker build -t personal-website .
- Run the project
docker run -d --name my-web-app -p 8080:8080 personal-website
The application will be available at http://localhost:8080
- ASP.NET Core (C#)
- Tailwind CSS
- Docker