This repository contains two folders:
next-web-renewal/— The main modern portfolio site built with Next.js (static export ready)legacy/— Old static site (for reference only)
- Move into the Next.js project directory:
cd next-web-renewal - Install dependencies:
npm install
- Run the development server:
Open http://localhost:3000 to view the site.
npm run dev
- Build and export the static site:
npm run build && npm run export
- The static files will be in the
out/directory insidenext-web-renewal/. - You can deploy the contents of
out/to any static hosting service.
- Main site:
next-web-renewal/ - Old site:
legacy/