Skip to content

BigBroken/cosmictornado

 
 

Repository files navigation

Project Name

Pithy project description

Team

  • Product Owner: teamMember
  • Scrum Master: teamMember
  • Development Team Members: teamMember, teamMember

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Requirements

  • Node 5.8.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Initial one-time setup

Installing dependencies

  1. Install brew if necessary (http://brew.sh/)
  2. Install Xcode if necessary (https://developer.apple.com/xcode/download/)
  3. brew install watchman (https://facebook.github.io/watchman/docs/install.html)
  4. brew install flow (http://www.flowtype.org/)
  5. npm install -g react-native-cli

Setup Facebook Login by linking binaries in xcode

Run open node_modules/react-native-facebook-login Drag RCTFBLogin.xcodeproj into your Libraries group Select your main project in the xcode navigator to bring up settings Under Build Phases expand the Link Binary With Libraries header Scroll down and click the + to add a library Find and add libRCTFBLogin.a under the Workspace group ⌘+B to build project in xcode Additional details setup instructions at https://github.com/magus/react-native-facebook-login

Setting up the Database

psql -f server/config/schema.sql

Usage

From within the root directory:

  1. In terminal, "open client/ios/client.xcodeproj" to open project in Xcode
  2. Click the run icon to launch the app

Installing Dependencies

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Objective-C 11.2%
  • Python 2.8%
  • Java 2.2%