Source code for my personal portfolio website, live at mithesh.netlify.app. This repo also doubles as my git practice space, so history may include a fair number of learning commits.
- Next.js β React framework
- Tailwind CSS β styling
- Framer Motion β animations
- GitHub Actions β CI/CD (see
.github/workflows)
mithi/
βββ .github/workflows/ # CI/CD pipeline
βββ portfolio/ # Next.js portfolio app
βββ .gitignore
Clone the repo and install dependencies inside the portfolio directory:
git clone https://github.com/livelyfun/mithi.git
cd mithi/portfolio
npm install
npm run devThen open http://localhost:3000 to view it locally.
π mithesh.netlify.app
Built and maintained by Mithlesh Das β BIT undergraduate and aspiring backend & full-stack developer based in Biratnagar, Nepal.