Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miggiv2/mymiggi-homepage

Mirror - The source code of my homepage mymiggi.de
https://github.com/miggiv2/mymiggi-homepage

bootstrap docker vitejs yarn

Last synced: 15 days ago
JSON representation

Mirror - The source code of my homepage mymiggi.de

Awesome Lists containing this project

README

        

# MyMiggi-Homepage

## What is this?
This repository contains the source code of my homepage, mymiggi.de.

![homepage](docu/homepage.avif)

## 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`.