git.fiddlerwoaroof.com
name mode size
..
set.cljs 100644 5 kb
set.cljs.cache.edn 100644 9 kb
set.js 100644 14 kb
set.js.map 100644 8 kb
string.cljs 100644 7 kb
string.cljs.cache.edn 100644 17 kb
string.js 100644 14 kb
string.js.map 100644 8 kb
walk.cljs 100644 3 kb
walk.cljs.cache.edn 100644 6 kb
walk.js 100644 4 kb
walk.js.map 100644 2 kb
README.md
# situation-editor ## Dependencies - java 1.7+ - [boot][1] ## Usage ### Development 1. Start the `dev` task. In a terminal run: ```bash $ boot dev ``` This will give you a Hoplon development setup with: - auto compilation on file changes - audible warning for compilation success or failures - auto reload the html page on changes - Clojurescript REPL 2. Go to [http://localhost:8000][2] in your browser. You should see "Hello, Hoplon!". 3. If you edit and save a file, the task will recompile the code and reload the browser to show the updated version. ### Production 1. Run the `prod` task. In a terminal run: ```bash $ boot prod ``` 2. The compiled files will be on the `target/` directory. This will use advanced compilation and prerender the html. ## License Copyright © 2017, **Your Name Goes Here** [1]: http://boot-clj.com [2]: http://localhost:8000 [3]: http://hoplon.io