- Made with GitHub Copilot Edit (Claude 3.5 Sonnet)
- Install Docker
-
Fork from GitHub
git clone https://github.com/mmw1984/protfolio.git
-
Build the Docker image:
docker build -t portfolio .
-
Run the Docker container:
docker run -p 3000:3000 portfolio
-
Open your browser and navigate to
http://yourip:3000
to see the portfolio website.
-
Fork from GitHub
git clone https://github.com/mmw1984/protfolio.git
-
Build the Docker image:
docker build -t portfolio .
-
Run the Docker container:
docker compose up -d
-
Open your browser and navigate to
http://yourip:3000
to see the portfolio website.
- Fork the repo
- Run GitHub Actions
- Done
- Upload font.ttf in \font folder
- Build New Docker Image/ Run GitHub Actions