This is the GitHub Reposiory for my personal homepage. It is a single-page Vue.js app with nuxt
Special thanks to Christian for letting me use his homepage design!
I reworked most of its sources to being able to run smoothly without any JavaScript. This increases not only usability, but also decreases loading time and optimizes SEO. The first request is being served with a server-side-rendered html page.
If you want to see some of my projects and showcases, take a look at xylo-it.de
Make sure you're in the src/ directory, then run
npm install
npm run build
npm run serve
npm run start
Just use the dockerfile in project root to deploy the homepage to a production system.
docker build ./