adamhunter / cljs.info

ClojureScript website

Home Page:http://cljs.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

cheatsheet-screenshot

Development Setup

  1. Install Leiningen and Node.js.

  2. Install node and npm

  3. Install or upgrade to Java 7 or 8

  4. Run from the project directory:

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

License

All code licensed under the terms of the MIT License.

About

ClojureScript website

http://cljs.info

License:MIT License


Languages

Language:Clojure 53.6%Language:CSS 36.1%Language:JavaScript 7.9%Language:HTML 2.3%Language:Shell 0.2%