Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardRNStudio authored Aug 11, 2024
1 parent 6f57733 commit f81fb4a
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,30 @@ My personal website and portfolio is crafted with Next.js, React, TypeScript, an
## Getting Started

```bash
npm run dev
# or
yarn dev
```
or

```bash
npm run dev
```


## Features

1. App Router Implementation:
- Adopted the latest Next.js App Router for optimized routing.
- Enhanced page loading speeds and improved user experience with the new routing system.

2. GitHub Cards Integration:
- Displayed the latest projects using Next.js's new streaming feature.
- Dynamically pulled and showcased GitHub repositories with real-time updates.

3. Continuous Integration & Continuous Deployment (CI/CD):
- Implemented CI/CD pipelines for streamlined development.
- Automated testing, building, and deployment processes to ensure consistent and reliable updates.

4. VPS Deployment:
- Deployed the portfolio to a VPS server, allowing full utilization of Next.js features.
- Improved performance and control over the hosting environment, ensuring robust and scalable deployment.

0 comments on commit f81fb4a

Please sign in to comment.