Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miggiv2/mymiggi-homepage
- Owner: MiggiV2
- License: gpl-3.0
- Created: 2023-11-26T10:07:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T15:48:16.000Z (27 days ago)
- Last Synced: 2025-01-11T16:37:03.184Z (26 days ago)
- Topics: bootstrap, docker, vitejs, yarn
- Language: HTML
- Homepage: https://code.mymiggi.de/Miggi/mymiggi-homepage
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.