8000 GitHub - annapawlicka/cljs.info: ClojureScript website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

annapawlicka/cljs.info

 
 

Repository files navigation

cljs.info

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

homepage

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. 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 example.config.json config.json
    
    # start the node.js server
    node app.js

License

All code licensed under the terms of the MIT License.

About

ClojureScript website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 54.0%
  • CSS 36.2%
  • JavaScript 7.3%
  • HTML 2.3%
  • Shell 0.2%
0