This application provides the book a video hearing functionality for the video hearing case administrator.
In the ClientApp
folder run node acessability_lint.js
. Will output a json with any issues.
The branch name should start with: feature/VIH-XXXX-branchName (X - is digit).
If git version is less than 2.9 the pre-commit file from the .githooks folder need copy to local .git/hooks folder.
To change git hooks directory to directory under source control run (works only for git version 2.9 or greater) :
$ git config core.hooksPath .githooks
The commit message will be validated by prepare-commit-msg hook. The commit message format should start with : 'feature/VIH-XXXX : ' folowing by 8 or more characters description of commit, otherwise the warning message will be presented.
Visit the VH-Setup repository for Instructions to run as a container locally..
docker compose -f "AdminWebsite/docker-compose.override.yml" up -d --build