https://github.com/sarozpradhan64/react-next-portfolio
Developer Portfolio built on Nextjs 14 (App Router) with Tailwind.
https://github.com/sarozpradhan64/react-next-portfolio
blog netlify nextjs portfolio react tailwind vercel
Last synced: 3 months ago
JSON representation
Developer Portfolio built on Nextjs 14 (App Router) with Tailwind.
- Host: GitHub
- URL: https://github.com/sarozpradhan64/react-next-portfolio
- Owner: sarozpradhan64
- Created: 2022-11-30T15:54:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T13:32:45.000Z (4 months ago)
- Last Synced: 2025-01-11T13:40:20.224Z (4 months ago)
- Topics: blog, netlify, nextjs, portfolio, react, tailwind, vercel
- Language: JavaScript
- Homepage: http://pradhansaroj.com.np
- Size: 8.99 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Developer Portfolio in Next.js](https://pradhansaroj.com.np)

### Setup
- Clone the repository
```
git clone https://github.com/sarozpradhan64/React-Next-Portfolio.git
```- Install the npm packages
```
npm install
```- Create .env.local file in root directory and Add the Email.js secret Keys for contact form submission.
```
EMAIL_JS_SERVICE_ID=
EMAIL_JS_PUBLIC_KEY=
EMAIL_JS_TEMPLATE_ID=
```- Start the development Server
```
npm run dev
```