Update README.md to provide a comprehensive overview of The Order monorepo, including repository structure, quickstart guide, development workflow, and contribution guidelines.

This commit is contained in:
defiQUG
2025-11-07 22:34:54 -08:00
parent e020318829
commit 4af7580f7a
128 changed files with 4558 additions and 2 deletions

43
.gitmodules vendored Normal file
View File

@@ -0,0 +1,43 @@
# Git submodules configuration for The Order monorepo
# Uncomment and update URLs when ready to add submodules
#
# [submodule "apps/portal-public"]
# path = apps/portal-public
# url = https://github.com/the-order/portal-public.git
#
# [submodule "apps/portal-internal"]
# path = apps/portal-internal
# url = https://github.com/the-order/portal-internal.git
#
# [submodule "apps/mcp-members"]
# path = apps/mcp-members
# url = https://github.com/the-order/mcp-members.git
#
# [submodule "apps/mcp-legal"]
# path = apps/mcp-legal
# url = https://github.com/the-order/mcp-legal.git
#
# [submodule "services/intake"]
# path = services/intake
# url = https://github.com/the-order/intake.git
#
# [submodule "services/identity"]
# path = services/identity
# url = https://github.com/the-order/identity.git
#
# [submodule "services/finance"]
# path = services/finance
# url = https://github.com/the-order/finance.git
#
# [submodule "services/dataroom"]
# path = services/dataroom
# url = https://github.com/the-order/dataroom.git
#
# [submodule "services/omnis-brand"]
# path = services/omnis-brand
# url = https://github.com/the-order/omnis-brand.git
#
# [submodule "services/arromis-brand"]
# path = services/arromis-brand
# url = https://github.com/the-order/arromis-brand.git