Skip to content
Snippets Groups Projects
Commit db42a1e7 authored by Wietse Kuipers's avatar Wietse Kuipers
Browse files

Added installation instructions to README.md

parent c1f6b3c0
No related branches found
No related tags found
No related merge requests found
New and improved ThaliApp
# Installation
## Requirements
* [Node](https://nodejs.org/en/) (Some package managers might ship version that are too old)
* [Yarn](https://yarnpkg.com/)
* Android development environment set up according to [this guide](https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment)
## Setup
`yarn install`
## Starting the app
Ensure that the development server is started with `react-native start`.
Deploy the app on a running emulator or connected Android Phone with `react-native run-android`.
##Debugging
Open the console with `react-native log-android`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment