Interactive iPhone-style portfolio site for Ioannis Kesisoglou. The current version preserves the original playful phone interface while the content is being prepared for a freelance React Native/mobile developer portfolio.
npm install
npm run devOpen http://localhost:3000.
If port 3000 is already in use, pass another port to Next.js:
npm run dev -- -p 3001npm run lint
npm run buildThis project currently uses Next.js 11. On modern Node versions, the npm scripts pass NODE_OPTIONS=--openssl-legacy-provider to Next.js so webpack can run without OpenSSL compatibility errors.