From a334f760549e08f8b45f8e39241aa82375146000 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 26 Nov 2011 23:37:14 +0100 Subject: [PATCH] Add files. --- latest.js | 1 + readme.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 latest.js create mode 100644 readme.md diff --git a/latest.js b/latest.js new file mode 100644 index 000000000..129ebdc29 --- /dev/null +++ b/latest.js @@ -0,0 +1 @@ +postMessage({version:'2.21.0'},'*'); diff --git a/readme.md b/readme.md new file mode 100644 index 000000000..4aaa8c79e --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# Get 4chan X [HERE](http://mayhemydg.github.com/4chan-x/). + +# Building + +[install nodejs and npm](https://github.com/joyent/node/wiki/Installation), +install [coffee-script](https://github.com/jashkenas/coffee-script/) with +`npm install -g coffee-script`, clone 4chan x, cd into it and actually build +with `cake build`. for development (continuous builds), run `cake dev &`. +kill the process with `killall node`.