/ \__
( @\___
/ O
/ (_____/
/_____/ U
Welcome to my personal website, built with Next.js and Tailwind CSS. This site showcases my work and contributions as a Full Stack Developer specializing in AI, cloud computing, and high-performance applications.
- Responsive design using Tailwind CSS
- Fast performance with Next.js
- Easy navigation and user-friendly interface
This section displays a live graph chart that calculates and shows the coding usage by language from my GitHub profile. To view the chart, please visit the homepage of the application.
To get started with this project, clone the repository and install the necessary dependencies:
git clone https://github.com/bniladridas/bniladridas.git
cd bniladridas
npm install
To run the project locally, use the following command:
<span style="color: yellow;">npm run dev</span>
Visit http://localhost:3000
in your browser to see the application in action.
Here are the Git commands used in this project:
-
Clone the repository:
git clone https://github.com/bniladridas/bniladridas.git
-
Stage changes:
git add <file>
-
Commit changes:
git commit -m "Commit message"
-
Push changes:
git push
During troubleshooting, the following Git commands were used:
-
Check the status of the repository:
git status
-
List all branches:
git branch -a
-
Remove untracked files:
git clean -fd
-
Force push changes:
git push --force
To deploy this project, you can use Vercel, the recommended platform for Next.js applications. Follow these steps:
-
Install Vercel CLI:
npm install -g vercel
-
Login to Vercel:
vercel login
-
Deploy the application:
vercel
During the development process, we encountered several issues that were resolved as follows:
-
Error:
ConfigReadError
related tocontentlayer
package.- Resolution: Removed
contentlayer
andnext-contentlayer
packages and updated thenext.config.mjs
file to eliminate references tonext-contentlayer
.
- Resolution: Removed
-
Error:
TypeError: Cannot read properties of undefined (reading 'ContextRegistry')
.- Resolution: Downgraded
react
andreact-dom
to version18.2.0
to ensure compatibility with[email protected]
.
- Resolution: Downgraded
This project is licensed under the MIT License. The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT). It allows reuse of software within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice.
For more details, see the LICENSE file.