- Scalable Architecture: Modular structure for easy feature integration and maintenance.
- Modern Libraries: Integrated with Jetpack Compose, Kotlin Coroutines, and other libraries for Android development.
- Git Hooks & Code Quality: Pre-configured git hooks and linting to ensure clean, consistent code.
- Customizable & Extendable: Easily customizable configurations to adapt to project-specific requirements.
Clone the repository to your local machine using one of the following methods.
Command Line:
# Clone this repository
git clone https://github.com/Kt-Kraft/easy-android.git
cd easy-android
Android Studio:
- Open Android Studio
- Navigate to File > New > Project from Version Control
- Select GitHub and enter the repository URL
This project uses Volta to manage Node.js and Yarn versions for a consistent environment.
# Install Node.js and Yarn using Volta
volta install node
volta install yarn
Set up git hooks for development tooling:
# Install dependencies and initialize git hooks
yarn install
lefthook install