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.git
withhttps://github.com/publichealthengland/ntbs-nhs-razor-tags.git
inside of the.gitmodules
file - Run
git submodule update --init --recursive