Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorfrye/dotcom
🎨 The landing page for your friendly neighborhood developer
https://github.com/victorfrye/dotcom
azure css html nextjs nodejs personal portfolio reactjs staticwebapp typescript webapp
Last synced: 5 days ago
JSON representation
🎨 The landing page for your friendly neighborhood developer
- Host: GitHub
- URL: https://github.com/victorfrye/dotcom
- Owner: victorfrye
- License: mit
- Created: 2023-09-26T14:55:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:30:47.000Z (10 months ago)
- Last Synced: 2024-04-22T12:47:52.443Z (10 months ago)
- Topics: azure, css, html, nextjs, nodejs, personal, portfolio, reactjs, staticwebapp, typescript, webapp
- Language: TypeScript
- Homepage: https://victorfrye.com
- Size: 2.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VictorFrye.COM
A personal portfolio website for your friendly neighborhood developer
[![Azure Static Web Apps CI/CD](https://github.com/victorfrye/dotcom/actions/workflows/azure-swa.yml/badge.svg)](https://github.com/victorfrye/dotcom/actions/workflows/azure-swa.yml)
[![CodeQL](https://github.com/victorfrye/dotcom/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/victorfrye/dotcom/actions/workflows/github-code-scanning/codeql)
[![GitHub Issues](https://img.shields.io/github/issues/victorfrye/dotcom)](https://github.com/victorfrye/dotcom/issues)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)## Overview
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.
## Table of Contents
- [Overview](#overview)
- [Table of Contents](#table-of-contents)
- [Get Started](#get-started)
- [Prerequisites](#prerequisites)
- [Clone the repo](#clone-the-repo)
- [Run the app](#run-the-app)
- [License](#license)## Get Started
### Prerequisites
To run this project, you will need to have the following software installed on your machine:
- [Git](https://git-scm.com/downloads)
- [Node.js](https://nodejs.org/en/download/)
- [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download)
- An IDE or text editor of your choice, e.g.:
- [Visual Studio](https://visualstudio.microsoft.com/downloads/)
- [Visual Studio Code](https://code.visualstudio.com/download)
- An OCI compliant container runtime, e.g.:
- [Docker Desktop](https://www.docker.com/get-started/)### Clone the repo
To clone the repository, run the following command in your terminal:
```pwsh
git clone https://github.com/victorfrye/dotcom.git
```### Run the app
To run the application, simply run the following commands in the root of the project:
```pwsh
dotnet run --project ./src/AppHost/AppHost.csproj
```## License
Copyright (c) Victor Frye. All rights reserved.
Licensed under the [MIT](/LICENSE) license.