/wbyt-web

Waterbyte erobert das Netz. Blogs, Stickers und mehr!

Primary LanguageTypeScript

Why?

In order to give waterbyte a better presentation on the internet (mehr Präsentation).

How do I add myself to the team page?

Please go into the src/pages folder and consider elaborating the readme file there.

Deployment

# build image from Dockerfile
docker build -t wbyt-web:v1
# use it
docker run --name loifilus -p 3000:3000 wbyt-web:v1