convstack/README.md at main · convstack/convstack · GitHub
Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.35 KB

File metadata and controls

46 lines (31 loc) · 1.35 KB
1400x400

Warning This project is under active development and not yet ready for production use.

ConvStack

Umbrella repository for the Convention Apps platform. This repo contains git submodules pointing to all services in the stack.

Services

Service Description
lanyard Identity provider, OIDC/OAuth2 server, and service catalog
dashboard Auto-discovering dynamic UI shell
guidebook Convention guide and documentation
ledger Invoicing and billing service
schedule Scheduling, shifts, approvals, and kanban boards

Shared libraries

Package Description
service-sdk @convstack/service-sdk — shared manifest schemas, handlers, permissions, and dev tooling consumed by every service

Clone with submodules

git clone --recurse-submodules https://github.com/convstack/convstack.git

Or if already cloned:

git submodule update --init --recursive

Update all submodules to latest

git submodule update --remote --merge

Made and maintained with 🧡 by Headpat