An open API service indexing awesome lists of open source software.

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

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)_