nextPortfolio

Omer Naveh’s Portfolio

Welcome to the source code repository for my personal portfolio website, crafted with Next.js and a suite of modern web technologies.

Live Site

Check out the live site here: Omer Naveh’s Portfolio

Technologies Used

This site is built with the following technologies:

Screenshot

Portfolio Screenshot

Building and Running

To get started with the development server:

npm install
npm run dev

For production builds and deployment:

npm run build
npm start