codeforboston/conversations

Name: conversations

Owner: Code for Boston

Description: A journey into the world of women in Delhi

Created: 2018-04-04 00:15:34.0

Updated: 2018-04-24 13:51:38.0

Pushed: 2018-04-24 01:23:31.0

Homepage: null

Size: 2219

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Conversations

Getting Up and Running

TODO does https://medium.com/surabayadev/setting-up-react-native-android-without-android-studio-35a496e1dfa3 make things simpler?

  1. Install node.js
  2. Install the Yarn Package Manager
  3. Configure Android
  4. Install Android Studio
  5. create an ANDROID_HOME environment variable, pointing at your Android SDK directory (~/Library/Android/sdk on a Mac, most likely)
  6. Within Adroid Studio, Open an existing Android Studio project and select the android directory within this repository
  7. Create a virtual device
  8. You must launch the device in the Android emulator in order to run the application
  9. Create a YouTube API key for local development (see the Getting Started guide for more information)
  10. create a YOUTUBE_API_KEY environment variable equal to your API key
  11. Run yarn start from within a terminal in the project directory to start the development server
  12. View the application from within your Android virtual device by running yarn android in a separate terminal session

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.