From 3d59eb0e4a9831872cfb0224010a2994d6297f04 Mon Sep 17 00:00:00 2001 From: Julian Gamble Date: Sun, 4 Oct 2015 15:36:57 +1100 Subject: [PATCH] Update README.md Adding instructions to make more newbie friendly and grow the ClojureScript community. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 77b1c46..ebd9ec6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,23 @@ A game implemented in ClojureScript using the Core.async library. [Play the game](http://rigsomelight.com/dotsters) +# Building and Running Locally + +Clone the repo: +``` +git clone https://github.com/bhauman/dotsters +cd dotsters +``` +Build the ClojureScript +``` +lein cljsbuild once +``` +Start a Python web server (on a mac or unix machine) +``` +python -m SimpleHTTPServer 8888 +``` +Browse to the locally running instance at [http://localhost:8888/resources/public/dots.html](http://localhost:8888/resources/public/dots.html) + ## License Copyright © 2013