Skip to content

Latest commit

 

History

85 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gin

Gin is a card game implemented with Clojure, ClojureScript and Datomic.

More information at http://thegeez.net/2014/06/12/gin_datomic.html

Development

This uses an in-process/in-memory only database. In the user namespace, through lein repl/cider etc.:

   (go) ;; to start the component system, localhost:3000 will serve the site
   (reset) ;; to reset the whole component system

Running production uberjar:

   lein uberjar
   java -jar target/gin-<version>-standalone.jar

Compiling the ClojureScript

   lein cljsbuild auto

About

Written by: Gijs Stuurman / @thegeez / Blog / GitHub

License

Copyright © 2014 Gijs Stuurman

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Gin with Clojure and ClojureScript

Resources

Stars

34 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages