Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.6 KB

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.