cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

cljs.info

An upcoming website for ClojureScript at http://cljs.info.

Goal

Make an awesome website for ClojureScript. Right now the project mostly consists of a cheatsheet (screenshot below), and the long-term plan is to have a catchy homepage, tutorials, ClojureScript-specific docs, etc.

Development Setup

  1. Install Java (JRE >= 7), Leiningen, and Node.js.
  2. Run from the project directory:

    # install node.js dependencies
    npm install
    
    # compile LESS file
    grunt
    
    # compile ClojureScript files (this may take a minute)
    lein do clean, cljsbuild once
    
    # copy the example config file (edit as needed)
    cp example.config.json config.json
    
    # start the node.js server
    node app.js

License

All code licensed under the terms of the MIT License.