From b5eb358f3907c148f209a13bc5f8f2b1ddc02183 Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Mon, 17 Aug 2015 11:01:59 +0200 Subject: [PATCH] Added a README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f15db7 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +### Rooster.io +###### [Werkmanrooster.nl](http://werkmanrooster.nl) + +--- + +This is the biggest project I've ever worked on. The first version (which is in a different repository) got me putting 560+ hours in, over the last two years. +With this version I brought a lot of standardization as well as more readable and efficient code. + +I'm gonna be using this version of rooster.io to conduct a study on the inner workings, with [docs](http://docs.werkmanrooser.nl) and an [essay](http://hoewerkt.werkmanrooster.nl) (which is written in Dutch). + +Thanks for checking out this repository, feel free to browse around the code or use the [docs](http://docs.werkmanrooster.nl) to get to a better understanding of how it all works. + +### Contributing +Feel free to give me a pull request if you think you can help me with something. + +### License +Check the `LICENSE` file for more information.