my-portfolio

Portfolio + blog using Nextjs.

Stars
0
Committers
2

Installation

Prerequisites

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 API Key

Setup

  • Rename .env.local.example to .env.local and add the API key obtained earlier.

Customize

  1. Add your name:

    • Update my-portfolio/constants/constants.ts.
  2. Add your social links:

    • Update my-portfolio/components/Footer.tsx.
  3. Add your tech stack icons:

    • Update my-portfolio/components/TechStack.tsx.
    • Grab the SVG icon from Devicon.

Install Dependencies

# Navigate to project directory
cd my-portfolio

# Install dependencies
npm install

Run the Application

# Start the application
npm run dev

Once the server is running, open http://localhost:3000 in your web browser to view the result.

Related Projects