Skip to content

Commit 14418fd

Browse files
Update README with Next.js 16 and React 19 versions
Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com>
1 parent 7026235 commit 14418fd

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ This is the official portfolio website built with Next.js, Tailwind CSS, and Rad
66

77
## Tech Stack
88

9-
- **Framework**: [Next.js 15](https://nextjs.org) with App Router
9+
- **Framework**: [Next.js 16](https://nextjs.org) with App Router and Turbopack
10+
- **React**: React 19 with modern React features
1011
- **Styling**: [Tailwind CSS 4](https://tailwindcss.com) and [Radix Colors](https://www.radix-ui.com/colors)
1112
- **Components**: [Radix UI](https://www.radix-ui.com) and [Radix Icons](https://www.radix-ui.com/icons)
1213
- **Typography**: [Geist Font](https://vercel.com/font)
13-
- **Language**: TypeScript
14+
- **Language**: TypeScript (strict mode)
1415
- **Deployment**: GitHub Pages (automated via GitHub Actions)
1516

1617
## Getting Started
@@ -62,8 +63,8 @@ npm install
6263

6364
### Available Scripts
6465

65-
- `npm run dev` - Start development server with Turbopack
66-
- `npm run build` - Build for production (GitHub Pages optimized)
66+
- `npm run dev` - Start development server (Turbopack enabled by default in Next.js 16)
67+
- `npm run build` - Build for production (GitHub Pages optimized with Turbopack)
6768
- `npm run start` - Start production server
6869
- `npm run lint` - Run ESLint with auto-fix
6970
- `npm run type-check` - Run TypeScript type checking

0 commit comments

Comments
 (0)