A personal portfolio website for your friendly neighborhood developer
VictorFrye.COM is a personal portfolio website for myself, Victor Frye, your friendly neighborhood developer. This project provides the following to connect others with my work and interests:
🌐 A React static web application to engage with users interested in connecting.
🛠️ .NET Aspire to orchestrate the local development environment because of my love for developer productivity.
🚀 GitHub Actions for CI/CD because automation breeds modern software.
To run this project, you will need to have the following software installed on your machine:
- Git
- Node.js
- .NET 9 SDK
- An IDE or text editor of your choice, e.g.:
- An OCI compliant container runtime, e.g.:
To clone the repository, run the following command in your terminal:
git clone https://github.com/victorfrye/dotcom.git
To run the application, simply run the following commands in the root of the project:
dotnet run --project ./src/AppHost/AppHost.csproj
Copyright (c) Victor Frye. All rights reserved.
Licensed under the MIT license.