Follow these instructions to build and run the project without data; note that the app will be blank.
- Clone this repository.
- Download the appropriate JDK for your system. We are currently on JDK 8.
- Install Android Studio.
cdinto the project repo and runmake bootstrapto bootstrap your Android development environment. Keep an eye on the output to see if any manual steps are required.- Import the project. Open Android Studio, click
Open an existing Android Studio projectand select the project. Gradle will build the project. - Run the app. Click
Run > Run 'app'. After the project builds you'll be prompted to build or launch an emulator.
