From fb9c80c68dc5259a1efb64374ea41211b0d46c18 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 14 Mar 2017 20:55:05 +0000 Subject: [PATCH] Added a note about the dummy to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb76a45..5900935 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ generated using Luminus version "2.9.11.05" To understand what I'm aiming for, read [this essay](http://blog.journeyman.cc/2016/10/preparing-for-next-independence.html). Design documentation, such as there is of it yet, is in the *dummy* sub-directory. Also look at [src/clj/youyesyet/db/schema.clj](https://github.com/simon-brooke/youyesyet/blob/master/src/clj/youyesyet/db/schema.clj). +### Dummy website + +I've put a [dummy site](http://www.journeyman.cc/~simon/tmp/yyy-dummy/index.html) up for people to play with. Obviously it's intended to work with mobile phones. + ## Prerequisites You will need [Leiningen][1] 2.0 or above installed. The database required must be [Postgres][2].