4chan-x/readme.md
James Campos 6c36d86535 exec cs process instead of requiring cs module
https://github.com/jashkenas/coffee-script/issues/1620
the coffee-script module isn't documented, everyone seems to prefer exec
2011-08-30 18:48:06 -07:00

10 lines
411 B
Markdown

# Get 4chan X [HERE](http://aeosynth.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`.