https://github.com/kavindu-mane/portfolio-3d
https://github.com/kavindu-mane/portfolio-3d
3d-website nextjs portfolio-website typescript
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kavindu-mane/portfolio-3d
- Owner: kavindu-mane
- License: mit
- Created: 2024-01-07T14:01:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T16:31:43.000Z (over 1 year ago)
- Last Synced: 2025-02-12T18:35:55.109Z (9 months ago)
- Topics: 3d-website, nextjs, portfolio-website, typescript
- Language: TypeScript
- Homepage:
- Size: 14.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://www.emailjs.com/).
Next, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](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](https://www.youtube.com/watch?v=FkowOdMjvYo)_