Starting to get the project set up. Nothing is even nearly complete yet.

This commit is contained in:
simon 2016-10-13 14:25:54 +01:00
commit b6a24bc1ce
59 changed files with 7118 additions and 0 deletions

7
env/prod/cljs/youyesyet/prod.cljs vendored Normal file
View file

@ -0,0 +1,7 @@
(ns youyesyet.app
(:require [youyesyet.core :as core]))
;;ignore println statements in prod
(set! *print-fn* (fn [& _]))
(core/init!)