| 123456789101112131415161718 | ---
id: playground-app
title: Playground app
sidebar_label: Playground app
---
### Running The Project
If you want to have a quick look around and test things out, you can run the playground app, bundled with this repo.
1. Install dependencies via `npm install` (if you haven't already)
2. Run the playground project on Android and iOS
    - `npm run start` to get the packager running in the terminal, leave it open
    - **iOS**: open `./playground/ios` in Xcode and run it
    - **Android**: open `./playground/android` in Android Studio and run it
3. You can run tests if / when you need to (list of scripts [available here](contributing#scripts)). Before you start changing things, make sure everything works.
	- To easily run all tests in parallel `npm run test-all`
 |