ThaliApp
The new and improved ThaliApp. Because there's an App for Everything.
Getting started
- Get at least the latest Node LTS version
- Install the Yarn package manager
- Set up the Android (and/or if you're running macOS: iOS) development environment using this guide
- Clone this repository
- Run
yarn install
to get all the required dependencies - Start the development server using
yarn start
- Deploy the app on a running emulator or connected Android device by running
yarn start:android
Logging and debugging
Reading the basic logs is easy, you can run yarn log:android
or yarn log:ios
to oen the standard log output in your terminal.
Follow this guide for more advanced debugging.