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

18 lines
332 B
Markdown
Raw Permalink Normal View History

2015-01-31 11:35:54 +00:00
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.