KorAP Repo Manifest

This repository contains the files necessary for setting up KorAP using Repo, a tool built by the Android development team to manage multi-repository projects.

Getting started

To set KorAP using repo, you first might need to install repo. Then you can fetch all KorAP repositories:

mkdir KorAP
cd KorAP
repo init -u https://korap.ids-mannheim.de/gerrit/KorAP/manifest
repo sync