Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardRNStudio committed Aug 11, 2024
2 parents cf1a6ac + f038cba commit 2c92ac7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rnstudio.hu",
"version": "1.0.0",
"version": "1.0.3",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 2c92ac7

Please sign in to comment.