TypeScript monorepo for Lurkr Discord bot's web dashboard and documentation site, built with Next.js 16.
| Command | Purpose |
|---|---|
pnpm run build |
Build all packages |
pnpm run fmt |
Format and lint (run before commits) |
pnpm run lint |
Check without auto-fixing |
dash/ → Web dashboard (lurkr.gg)
docs/ → Documentation site (lurkr.gg/docs)
shared/ → Shared utilities (not a package, import via relative paths)
- Package manager: pnpm v10
- UI components: HeroUI v3 (Beta) for new components
- Styling: TailwindCSS v4
- Development Setup — Environment, dependencies, dev servers
- Code Standards — Formatting, linting, CI
- Architecture — Repository structure, routing, shared utilities
- UI Guidelines — HeroUI, Tailwind, component patterns
- Documentation — MDX content, linking