This is my personal portfolio website, accessible at manvirheer.com.
- Next.js
- TypeScript
- Tailwind CSS
- Host Grotesk
This is my personal portfolio website which is long overdue. I would like to have a central place to showcase all my projects which are not properly cataloged. And, hopefully one day I can start doing written blogs on my journey.
- ✅ Project initialized with Next.js
- ✅ Domain Purchase
- ✅ GitHub repository setup
- ✅ Logo and favicon assets created
- ✅ Typography selection
- ✅ Basic documentation
- ✅ Next steps are to plan the routing of the application.
- ✅ Have a under construction page
- I completed the setup at AWS and Cloudflare. Main branch will automatically trigger the building and deployment. Hopefully, in future, we start working on some more custom stuff in this domain in order to make our website load faster. For now, no premature optimizations.
- ✅ Deploy this version until the website is being made
- I was able to deploy to manvirheer.com. I will probably keep this as a sep branch in case I need it in future.
- Create a foundation for design philosophy
- Find Design Inspirations
- Define theme for the application
Design Inspirations:
- Framer-Motion
- Next.js App Router Documentation: https://github.com/manvirheer/manvirheer-portfolio/blob/main/docs/Routing.md
When contributing to this repository, please follow these commit message conventions:
chore
: Changes to the build process, tools, or dependenciesrefact
: Code refactoring without changing functionalitybug
: Bug fixesdocs
: Documentation only changesmisc
: Changes that don't fit other categories
- Node.js (v18 or later)
- npm (v9 or later)
# Clone the repository
git clone [https://github.com/manvirheer/manvirheer-portfolio.git](https://github.com/manvirheer/manvirheer-portfolio.git)
# Navigate to the project
cd manvirheer-portfolio
# Install dependencies
npm install
# Start development server
npm run dev