Skip to content

Contributing

Introduction

The HootAndCompute repository contains two modules, TeamCode and Volt.

Prerequisites

  • An Integrated Development Environment (IDE) that can be used for Android Development such as IntelliJ IDEA (recommended) or Android Studio.
  • Android SDK API Level 34 or higher.
  • Java Development Kit (JDK) 17.
  • A basic understanding of Java/Kotlin.

Getting Started

  1. Start by cloning the project with git.

    Terminal window
    git clone https://github.com/KingsSack/HootAndCompute.git
  2. Add path to Android SDK by creating a local.properties file in the root directory of the project.

    local.properties
    sdk.dir=path/to/sdk
  3. Contribute

    Write your code and submit a pull request on GitHub.