A chat plugin for websites. The following technologies will be leveraged for this project.
Clone the repo using the URL in the side bar.
~/workspace $ git clone https://github.com/clojurecup2014/chatb0x.git
$ cd chatb0x
chatb0x$ lein server
If you would also like to have interactive web development via FigWheel then you might open another terminal and run...
$ cd chatb0x
chatb0x$ lein figwheel
After running the steps above you should be serving the project at http://localhost:8080/
Copyright © 2014
Distributed under the Eclipse Public License, the same as Clojure.