This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
www-main/README.md

332 B

Hackerspace www-main

It's the hackerspace.pl main website.

Is it any good?

No.

Running development environment

docker build -t wwwmain . 
docker run --rm -it -p 8080:8080 wwwmain

And then punch in 127.0.0.1:8080 to your favourite Interwebz browser.