HERE.
Get 4chan XBuilding
- Install node.js.
- Install CoffeeScript with
npm install -g coffee-script
. - Clone 4chan X.
cd
into it and build withcake build
.- For development (continuous builds), run
cake dev &
. Kill the process withkillall node
.
npm install -g coffee-script
.cd
into it and build with cake build
.cake dev &
. Kill the process with killall node
.