Welcome to the source code repository for my personal portfolio website, crafted with Next.js and a suite of modern web technologies.
Check out the live site here: Omer Naveh’s Portfolio
This site is built with the following technologies:
To get started with the development server:
npm install
npm run dev
For production builds and deployment:
npm run build
npm start