Skip to content

kavindu-mane/Portfolio-3D

Repository files navigation

3D Portfolio

First, you need add .env file for emailjs configurations.You can get keys in .env.example file. You can register and get your credentials from this link.

Next, 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 src/app/(main)/page.tsx. The page auto-updates as you edit the file.

Inspired from this video