git.fiddlerwoaroof.com
name mode size
..
impl 040000
arrays.cljc 100644 3 kb
arrays.cljc.cache.edn 100644 4 kb
arrays.js 100644 1 kb
arrays.js.map 100644 1 kb
btset.cljc 100644 32 kb
btset.cljc.cache.edn 100644 44 kb
btset.js 100644 65 kb
btset.js.map 100644 38 kb
core.cljc 100644 8 kb
core.cljc.cache.edn 100644 26 kb
core.js 100644 45 kb
core.js.map 100644 23 kb
db.cljc 100644 44 kb
db.cljc.cache.edn 100644 50 kb
db.js 100644 146 kb
db.js.map 100644 65 kb
lru.cljc 100644 2 kb
lru.cljc.cache.edn 100644 3 kb
lru.js 100644 4 kb
lru.js.map 100644 3 kb
parser.cljc 100644 26 kb
parser.cljc.cache.edn 100644 90 kb
parser.js 100644 362 kb
parser.js.map 100644 140 kb
pull_api.cljc 100644 9 kb
pull_api.cljc.cache.edn 100644 15 kb
pull_api.js 100644 29 kb
pull_api.js.map 100644 13 kb
pull_parser.cljc 100644 7 kb
pull_parser.cljc.cache.edn 100644 33 kb
pull_parser.js 100644 102 kb
pull_parser.js.map 100644 37 kb
query.cljc 100644 28 kb
query.cljc.cache.edn 100644 41 kb
query.js 100644 128 kb
query.js.map 100644 59 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