Clone the repository-
git clone https://github.com/Jubin369/web-portfolio.git
Install all the dependencies-
cd web-portfolio
# Install dependencies with pnpm
pnpm install
# Running the dev server
pnpm dev
After that server should be running on localhost:3000
Warning: You could ran to into errors if you don't populate the
.env.local
with correct values
- Framework: Next.js
- Styling: Tailwind CSS
- Content: MDX
- Animations: Framer Motion
- Deployment: Vercel
- Icons: React Icons
- Plugins: rehype
- SWR
- Prettier
- Email.js
- highlight.js
- React Toastify
I've given you .env.example
as the demo. you can create your own .env.local
For More info visit here