Skip to content

zekroTJA/zekro.de

Repository files navigation

Main CI   Build Status

This is the source code of my personal web page zekro.de.

The web page is created with the VueJS MVVM framework. The compiled production files are then served by seiteki, a light web server designed for SPAs which is self-created in Go using fasthttp and is aimed to be used in Docker images.

Copyright

The source code in this project is covered by the MIT License. If you want to use my code, please follow the conditions mentioned in the license.

Attention: You are not allowed to use my logo or publish it somewhere in any way without my explicit permission. If you want to use my logo, please contact me (contact[at]zekro.de).

Any other logos used like the logos of social networks or technologies used are not my own and i do not hold any copyright permission on them.

Try yourself

You can run a local debug server provided by Vue as following:

$ git clone https://github.com/zekroTJA/zekro-de-rewrite .
$ npm i
$ npm run serve

If you want to build the Docker image by using the provided Dockerfile:

# docker build . -t <imageName>

Then, run the image by using following Docker run command:

# docker run \
    -d \
    --name <containerName> \
    -p 80:8080 \
    <imageName>

© 2020 Ringo Hoffmann (zekro Development)
Covered by MIT License.