For the documentation see the original repository.
Most importantly, this fork includes the fix for scroll on drag on touch devices.
To use this fork, in your package.json, describe the dependency as follows:
{
"dependencies": {
"dragula": "citrusbyte/dragula#926a7f9",
}
}