# Starter Kit ## Documentation - [Introduction to GrantMaster engineering docs](https://grantmaster.dev/introduction.md): Orient yourself in the GrantMaster codebase, architecture, and operations with a focused ramp-up path and links to core engineering runbooks. - [Architecture overview](https://grantmaster.dev/architecture-overview.md): Understand the high-level architecture of the GrantMaster SaaS platform, including core patterns, data model, and technology stack. - [Getting started with GrantMaster engineering](https://grantmaster.dev/getting-started.md): Onboard as a GrantMaster engineer in 30 minutes, learn the architecture guardrails, and find your next deep-dive docs. - [Quickstart](https://grantmaster.dev/quickstart.md): Bring up GrantMaster locally, verify Firebase emulators and health checks, and know what to read next as a new engineer. - [Components (Sample)](https://grantmaster.dev/components.md): A small showcase of the built-in MDX components with usage guidelines. - [Images](https://grantmaster.dev/components/images.md): Add screenshots and diagrams with accessible alt text. - [Cards](https://grantmaster.dev/components/cards.md): Group related content to improve scanning and navigation. - [Code](https://grantmaster.dev/components/code.md): Present code examples with clear formatting and focus. - [Callouts](https://grantmaster.dev/components/callouts.md): Highlight tips, warnings, and important notes. - [Steps](https://grantmaster.dev/components/steps.md): Guide users through linear, task-based flows. - [Tabs](https://grantmaster.dev/components/tabs.md): Organize variants like languages or platforms. ## API Reference - [Authentication](https://grantmaster.dev/authentication.md): Authenticate with the GrantMaster REST API using Firebase ID tokens, API keys, or portal tokens, with RBAC and endpoint access rules. - [List all projects](https://grantmaster.dev/get-projects.md): No description found - [Create project](https://grantmaster.dev/post-projects.md): No description found - [Get project info](https://grantmaster.dev/get-projects-projectid.md): No description found - [List all documents](https://grantmaster.dev/get-documents.md): No description found - [Create document](https://grantmaster.dev/post-documents.md): No description found - [Get document info](https://grantmaster.dev/get-documents-docid.md): No description found ## Help Center - [Help Center (Sample)](https://grantmaster.dev/help-center.md): No description found - [Where does this documentation come from?](https://grantmaster.dev/help-center/faq/getting-started.md): Clarify that this site is a sample starter kit. - [Page Missing in Sidebar](https://grantmaster.dev/help-center/troubleshooting/install-error.md): Fix a page that does not appear in navigation. - [Create Your First Doc Page](https://grantmaster.dev/help-center/guides/setup-project.md): A short guide to adding a new page to this starter kit. ## Changelog - [GrantMaster changelog](https://grantmaster.dev/changelog.md): Track product and platform changes in GrantMaster that affect engineering, operations, and integrations.