4chan-x/README.md
2011-05-02 22:01:47 -07:00

8 lines
329 B
Markdown

# 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 run
`npm link coffee-script`. actually build it with `cake dev &`.
kill the process with `killall node`.