git clone https://github.com/bobby-brennan/thisiscrap.git && cd thisiscrap
npm install
bower install
cd node_modules/strapping && bower install && cd ../..
export DEVELOPMENT=true
node server.jsReact JSX templates are stored in static/js/react. You can compile them into static/js/react_build by running
node scripts/browserify.jsThe PhoneGap app is stored at: https://github.com/bobby-brennan/thisiscrap-app.git
You can build the PhoneGap in the directory ../thisiscrap-app by running
node scripts/build-phonegap.js
You can edit the Bootstrap configuration for ThisIsCrap by visiting localhost:3000/strapping/editor
See documentation