8BitRain / Payper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payper

Recurring payments made easy.

Installation

$  git clone https://github.com/8BitRain/GetCoincast.git
$  cd ~/path/to/repo
$  npm install
$  git push -u origin master

Running

$  cd ~/path/to/repo
$  react-native run-ios

Contributing

  1. Create your branch: git checkout -b yung-branch
  2. Commit your changes: git commit -am 'Change a lil somethin'
  3. Push to the branch: git push origin yung-branch
  4. Checkout master: git checkout master
  5. Merge with branch: git merge yung-branch
  6. Resolve conflicts (if any)
  7. Commit your changes git commit -am 'Merge with yung-branch'
  8. Push to master git push origin master

Troubleshooting

  • If a non-existent node module error is thrown, run npm install --save node-module-name.

The Team

Front end Back end Multi-purpose Gurus
Eric & Brady Vash Mo & Luke

Versions

  • Stay at Node 5.5.0 for now! Things break on 6.2.0

Note:

Normally, after a code change to react-native-router-flux src files, you must remove the node_modules/react-native-router-flux directory and npm install. The react-native packager wont follow symlinks.

To assist development, this command watches and rsyncs changes:

npm run sync-rnrf

Leave a terminal open running this command when running the Example app and making react-native-router-flux src changes.

About


Languages

Language:JavaScript 52.2%Language:Objective-C 45.8%Language:Shell 1.5%Language:Java 0.4%Language:Python 0.2%Language:Ruby 0.0%