Repository files navigation MachineView
Josh Curtis
Will Medrano
Shubham Gogna
Java - Backend for Clojure
lein - Build tooling for Clojure, install instructions here
Web Browser - JavaScript capable browser. Chrome, Firefox, or Safari are recommended
Running Development Environment
lein figwheel to host the application and provide a REPL into the browser
Check it out on a web browser at localhost:3000
lein with-profile cljs codox - Generate ClojureScript documentation under cljs_doc
lein with-profile clj codox - Generate Clojure documentation under clj_doc
lein doo phantom - Run ClojureScript tests, updates when files change.
lein test - Run Clojure tests once
Enabling Custom Formatting for Chrome/Chromium Console
Open DevTools
Go to Settings ("three dots" icon in the upper right corner of DevTools > Menu > Settings F1 > General > Console)
Check-in "Enable custom formatters"
Close DevTools
Open DevTools
Place files under resources/public/js/
Add them with the other js files in resources/public/index.html
Add definitions of variables to be used under resources/public/js/externs.js
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.