Skip to content

mmw1984/portfolio

Repository files navigation

Portfolio

  • Made with GitHub Copilot Edit (Claude 3.5 Sonnet)

Prerequisites

  • Install Docker

Method One (Docker Run)

  1. Fork from GitHub

    git clone https://github.com/mmw1984/protfolio.git
  2. Build the Docker image:

    docker build -t portfolio .
  3. Run the Docker container:

    docker run -p 3000:3000 portfolio
  4. Open your browser and navigate to http://yourip:3000 to see the portfolio website.

Method Two (Docker Compose)

  1. Fork from GitHub

    git clone https://github.com/mmw1984/protfolio.git
  2. Build the Docker image:

    docker build -t portfolio .
  3. Run the Docker container:

    docker compose up -d
  4. Open your browser and navigate to http://yourip:3000 to see the portfolio website.

Method Three (GitHub Pages)

  1. Fork the repo
  2. Run GitHub Actions
  3. Done

Change font

  1. Upload font.ttf in \font folder
  2. Build New Docker Image/ Run GitHub Actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages