From 70171b85543fd5b331b1ec2f50db02208c120866 Mon Sep 17 00:00:00 2001 From: Cadey Date: Fri, 23 Mar 2018 19:24:22 -0700 Subject: [PATCH] add README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d08e6ff --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# tulpaforce + +The site code for [`tulpaforce.xyz`](https://tulpaforce.xyz). This used to be `tulpaforce.tk`, so some binary names may reference that. + +This is markdown content in `site/` that gets converted to HTML using [`sw`](https://github.com/jroimartin/sw). `sw` is really simple. You probably don't need to mess with it. + +## Building + +``` +$ docker build -t xena/tftk . +``` + +## Running + +``` +$ docker run --rm -itp 80:80 xena/tftk +``` + +## Contributing + +To contribute, create an account on this git server if you don't have one already (it's free), fork this repository and then submit changes in a pull request.