Before you begin, ensure you have met the following requirements:
- Node.js: Version 20.11.1 or later. You can download and install Node.js if you haven't already.
- Obtain a GitHub API key by following these instructions.
- Rename
.env.local.exampleto.env.localand add the API key obtained earlier.
-
Add your name:
- Update
my-portfolio/constants/constants.ts.
- Update
-
Add your social links:
- Update
my-portfolio/components/Footer.tsx.
- Update
-
Add your tech stack icons:
- Update
my-portfolio/components/TechStack.tsx. - Grab the SVG icon from Devicon.
- Update
# Navigate to project directory
cd my-portfolio
# Install dependencies
npm install# Start the application
npm run devOnce the server is running, open http://localhost:3000 in your web browser to view the result.