Add files.

This commit is contained in:
Nicolas Stepien 2011-11-26 23:37:14 +01:00
parent 8862e3dbcc
commit a334f76054
2 changed files with 10 additions and 0 deletions

1
latest.js Normal file
View File

@ -0,0 +1 @@
postMessage({version:'2.21.0'},'*');

9
readme.md Normal file
View File

@ -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`.