Website for majorcontext.com, home of Moat.
# Install dependencies
bun install
# Start dev server
bun run dev
# Build for production
bun run build
# Preview build
bun run preview# Full validation (check + lint + build)
bun run validate
# Type checking
bun run check
# Linting
bun run lint
# Lighthouse tests
bun run test:lighthouse- Astro - Static site generator
- Tailwind CSS - Styling
- TypeScript - Type safety
- Bun - Runtime and package manager
Documentation is fetched from source repositories at build time. See scripts/fetch-moat-docs.ts for the Moat documentation sync.
GitHub Actions run validation and Lighthouse tests on push and PRs. For private source repos, add a MOAT_DOCS_TOKEN secret with read access.
See docs/style-guide.md for the Major Context Design System.