Repositories on GitHub are now for issues only. I've set up my own installation of GitLab and moved all my repositories over to Git.Griefed.de. Make sure to check there first for the latest code before opening an issue on GitHub.
For questions, you can always join my Discord server and talk to me there.
[[TOC]]
I've changed the index.html and .css under /gh-pages in order for the website to be deployed with regular apache's, for example a httpd:alpine docker container.
Convert docker run/create commands to docker-compose.yml files.
Uses docker-compose-converter-library for the conversion. Submit issues for conversion at the docker-compose-converter repo.
Build with the vuejs cli.
npm install
npm run serve
npm run build
npm run lint