Skip to content

clojurecup2014/chatb0x

Repository files navigation

Chatb0x Build Status Floobits status

A chat plugin for websites. The following technologies will be leveraged for this project.

Links

Cup: chatb0x.clojurecup.com

Installation

Clone the repo using the URL in the side bar.

~/workspace $ git clone https://github.com/clojurecup2014/chatb0x.git

Usage

    $ 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/

License

Copyright © 2014

Distributed under the Eclipse Public License, the same as Clojure.