Skip to content

Commit f7ddc65

Browse files
committed
Add documentation for recursive cloning
1 parent 00fcfd9 commit f7ddc65

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,19 @@ The purpose of this project is to develop engagement tools that address shortfal
1212

1313
**The goal of this project is** to transform B.C.’s public engagement processes and enable the public to provide more value and influence decision-making while generating useful data insights, an enhanced post commenting experience for the user, and minimize rejected comments. The product will be cost effective, leverage investments and successes to date, explore best in class strategies, and be maintainable and continuously improved by government staff. It will be privacy enhancing, and support DRIPA/ GBA+ implementation and analysis, and continuously delivered and tested with users.
1414

15+
## Recursively Cloning the Repository
16+
17+
Due to the inclusion of submodules, the repository must be cloned using the `--recurse-submodules` flag:
18+
19+
```bash
20+
git clone --recurse-submodules https://github.com/bcgov/dep-public.git
21+
```
22+
1523
## Directory Structure
1624

1725
.github/ - PR, CI action workflows and Issue templates
1826
/docs - Miscellaneous documentations
27+
common-hosted-form-service - (Submodule) Common Form Service for all DEP applications
1928
web/ - DEP Web application root
2029
├── src/ - React.js application
2130
└── tests/ - Application tests

0 commit comments

Comments
 (0)