Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.27 KB

File metadata and controls

54 lines (35 loc) · 1.27 KB

ikako.dev

Personal portfolio website featuring an interactive 3D egg fried rice bowl.

Tech Stack

  • Next.js 16 (App Router)
  • React 19
  • TypeScript
  • Tailwind CSS v4
  • Three.js with @react-three/fiber
  • shadcn/ui
  • M PLUS Rounded 1c Font

Getting Started

# Install dependencies
pnpm install

# Run development server
pnpm dev

Open http://localhost:2424 to view the site.

# Build for production
pnpm build

# Run production build
pnpm start

Forking & Usage

You are welcome to fork this repository and use it as a base for your own personal website. However, please note:

The 3D egg fried rice bowl model (src/components/three/egg-fried-rice-bowl.tsx) is not included in the MIT license. If you fork this repo, please create your own unique 3D element or remove it entirely. This restriction exists to keep the egg fried rice bowl as a distinctive feature of ikako.dev.

Everything else in this repository is free to use under the MIT license.

Credits

Design inspiration from:

License

MIT License - see LICENSE for details.

The 3D egg fried rice bowl component is excluded from this license.