An upcoming website for ClojureScript at http://cljs.info.
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.
-
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
All code licensed under the terms of the MIT License.