GitXplorerGitXplorer
m

upped

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
ec08209d1af02d3c1e64dfcb10384d24ee64f7bb

fixed how it works

cclearhythm committed 10 years ago
Unverified
b701e3d4bb7a202b922049295c8d03fba3d6aa7b

Merge branch 'master' of https://github.com/mrienstra/upped

cclearhythm committed 10 years ago
Unverified
0b1c7de3a79929bfaa4df66c14cb002651f0614f

fixed up the how it works page

cclearhythm committed 10 years ago
Unverified
d8fe1bb9ac6181919cfa2e26341b9d3321ce321a

adding custom background color; smaller image

mmrienstra committed 10 years ago
Unverified
79b1b8358e1c19ed29ff347f1e5fdaef6f3cf1be

fixing upper buttons

cclearhythm committed 10 years ago
Unverified
0ad3efc5d3391bacf3d86e659ca8b445db8aca45

fixing header buttons spacing

cclearhythm committed 10 years ago

README

The README file for this repository.

Upped

Front end powered by React & Ratchet.

Dependencies

Node must be installed.

npm update will install all npm dependencies (defined in package.json) into /node_modules/.

Building

Build libraries include gulp, browserify & reactify. See package.json for more.

Build scaffolding based on fforw/gulp-react.

Use gulp to just build, and gulp watch to enable streaming build.

See gulpfile.js for details.

PhoneGap

Create new PhoneGap project:

cd ~/Sites/tradeya
mkdir cordova
cd cordova
git clone https://github.com/phonegap/phonegap-facebook-plugin.git
cordova create barchat com.tradeya.upped "Upped"
cd upped
cordova platform add ios
cordova -d plugin add ../phonegap-facebook-plugin --variable APP_ID="[...]" --variable APP_NAME="[...]"
cordova plugins add org.apache.cordova.inappbrowser
cordova plugin add org.apache.cordova.camera
cordova plugin add org.apache.cordova.statusbar

Add the following lines to config.xml:

<preference name="webviewbounce" value="false" />
<preference name="DisallowOverscroll" value="true" />

Use the following commands to "refresh" the PhoneGap project from your local copy of this repo:

rm -rf ~/Sites/tradeya/cordova/upped/www/*
cp -a ~/Sites/tradeya/upped/build/* ~/Sites/tradeya/cordova/upped/www
cd ~/Sites/tradeya/cordova/upped
cordova prepare

Open platforms/ios/BarChat.xcodeproj in Xcode, click the play button to "build and run".

Issues

We track and estimate our work using GitHub issues, according to the following points system:

  • 1 - XS (1-2 hours)
  • 2 - S (2-4 hours)
  • 3 - M (4-8 hours)
  • 5 - L (2-3 days)
  • 8 - XL (5 days)

Anything larger than XL should be broken down into smaller tasks.