Webapp to create Gospel Library compatible links
git config core.hooksPath hooks/
chmod +x ./hooks/pre-commit
chmod +x ./hooks/pre-push
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
deno task start
This will watch the project directory and restart as necessary.