As the name suggests, this is a base project that has NanoVG already setup.
# Compile your mod
./gradlew build
# Remove old build files
./gradlew clean
# Generate Minecraft sources
./gradlew genSources
# Launch a modded Minecraft client
./gradlew runClient
# Kill gradle if it's doing stupid things
./gradlew --stop
Additional tutorials and tips can be found in the wiki.
For more detailed setup instructions please see the fabric wiki.
If you are new to fabric or Minecraft modding in general then this wiki page may help you.
NanoVG ClientBase by Refactoring is licensed under CC BY 4.0