Skip to content

Mirror - The source code of my homepage mymiggi.de

License

Notifications You must be signed in to change notification settings

MiggiV2/mymiggi-homepage

Repository files navigation

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.