An open API service indexing awesome lists of open source software.

https://github.com/rbren/thisiscrap


https://github.com/rbren/thisiscrap

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# thisiscrap

## Starting the server

```bash
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.js
```

## React
React JSX templates are stored in `static/js/react`. You can compile them into `static/js/react_build` by running
```bash
node scripts/browserify.js
```

## PhoneGap
The 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
```

## Strapping!
You can edit the Bootstrap configuration for ThisIsCrap by visiting localhost:3000/strapping/editor

See [documentation](https://github.com/bobby-brennan/thisiscrap)