See the ntbs-service folder for the application code of the NTBS web server.
This repository contains sub-modules. When cloning please use this command:
git clone --recurse-submodules git@github.com:publichealthengland/ntbs_Beta.git.
If you have already cloned, then please use this command to initialise and update your sub-modules:
git submodule update --init --recursive.
The above instructions assume you are authenticating git using an SSH key. If you'd rather use https, then:
- Run
git clone https://github.com/publichealthengland/ntbs_Beta.git - Replace
git@github.com:publichealthengland/ntbs-nhs-razor-tags.gitwithhttps://github.com/publichealthengland/ntbs-nhs-razor-tags.gitinside of the.gitmodulesfile - Run
git submodule update --init --recursive