add README

This commit is contained in:
Cadey Ratio 2018-03-23 19:24:22 -07:00
parent 5618e42e92
commit 70171b8554
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -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.