.
├── local <-- Files needed to run fh locally
├── src
│ ├── function <-- Serverless functions
│ ├── service <-- API services
│ ├── shared <-- Shared libraries
│ └── ui <-- UI apps
├── util <-- Utility scripts for common use cases
├── docs <-- Technical documentation
├── terraform <-- Terraform (IaC) scripts for the Family Hubs architecture
└── test <-- Scripts/frameworks relating to testing
Note: Specific documentation on each lib, service, API and others can be found within the src/
folder.
Please see the LICENSE
file for information on licensing.