Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 465 Bytes

MyMiggi-Homepage

What is this?

This repository contains the source code of my homepage, mymiggi.de.

homepage

Tech stack

This project uses the following tools:

  • vite (build tool)
  • bootstrap 5
  • bootstrap icons
  • yarn
  • Docker

Run the homepage

Using Docker:

Just run docker run --rm -p 3000:80 gitea.familyhainz.de/miggi/homepage:latest.

Using yarn dev

Install dependencies yarn.
Then, just run yarn run dev.