https://github.com/codeforboston/conversations
A journey into the world of women in Delhi
https://github.com/codeforboston/conversations
Last synced: 3 months ago
JSON representation
A journey into the world of women in Delhi
- Host: GitHub
- URL: https://github.com/codeforboston/conversations
- Owner: codeforboston
- License: gpl-2.0
- Created: 2018-04-04T00:15:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T02:35:59.000Z (about 6 years ago)
- Last Synced: 2025-10-08T18:50:56.712Z (8 months ago)
- Language: JavaScript
- Size: 103 MB
- Stars: 5
- Watchers: 10
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://nodejs.org/en/download/)
1. Install the [Yarn Package Manager](https://yarnpkg.com/lang/en/docs/install/)
1. Configure Android
1. Install [Android Studio](https://developer.android.com/studio/install.html)
1. create an `ANDROID_HOME` environment variable, pointing at your Android SDK directory (`~/Library/Android/sdk` on a Mac, most likely)
1. Within Adroid Studio, `Open an existing Android Studio project` and select the `android` directory within this repository
1. Create a [virtual device](https://developer.android.com/studio/run/managing-avds.html)
1. You must launch the device in the Android emulator in order to run the application
1. Create a [YouTube API key](https://console.developers.google.com/apis/credentials) for local development (see the [Getting Started](https://developers.google.com/youtube/v3/getting-started) guide for more information)
1. create a `YOUTUBE_API_KEY` environment variable equal to your API key
1. Run `yarn start` from within a terminal in the project directory to start the development server
1. View the application from within your Android virtual device by running `yarn android` in a separate terminal session