Offline-first content platform consisting of an API, CMS, web app and native apps.
lu·mi·nary - ˈlü-mə-ˌner-ē
- a person of prominence or brilliant achievement
- a body that gives light
api
: API layer over CouchDBapp
: Web and native frontend appcms
: Backend CMS for managing contentdocs
: Documentation, including ADRs
We record our decisions in the docs/adr
folder. See the first ADR for more information on this process. You can install adr-tools to manage ADRs locally, such as creating one with this command:
adr new Branching strategy
For Visual Studio Code users, ./.vscode/launch.json
includes debug configurations for the API, CMS and reference App.
See the API readme
See the CMS readme
See the App readme
See the Shared readme