# Lofty Landing Page Pre-launch landing page for **The Lofty Project**, a 501(c)(4) connecting creative talent with leftist organizing. ## Stack Astro 5 (static output), TypeScript, Bun ## Development ```sh bun install # Install dependencies bun run dev # Dev server at localhost:4321 bun run build # Static build to dist/ bun run preview # Preview production build ``` ## Linting & Formatting ```sh bun run lint # Check for issues bun run lint:fix # Auto-fix issues bun run format # Format all files ``` ## Commits Uses conventional commits enforced by commitlint + lefthook. ```sh bun run commit # Guided commit via commitizen ```