408 B
408 B
Get 4chan X HERE.
Building
- Install node.js.
- Install CoffeeScript with
npm install -g coffee-script. - Clone 4chan X.
cdinto it and build withcake build.- For development (continuous builds), run
cake dev &. Kill the process withkillall node. - Upgrade version with
cake -v VERSION upgrade.