Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.32 KB

File metadata and controls

48 lines (35 loc) · 1.32 KB

My Personal Website

This is my personal website built with Next.js and React Three Fiber, allowing me to create interactive 3D experiences directly in the browser. It leverages @react-three/drei for useful 3D helpers, @react-three/postprocessing for visual effects, and tailwindcss for styling. The website is designed to showcase projects, experiments, and creative web interactions using modern web technologies.

Logo Notices

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Contributing

Contributions are welcome! Open a GitHub issue or pull request.

License

This project is licensed under the MIT license