Sanil Chawla e2c388ac6f
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 48s
fix(ci): add Node 22 setup for wrangler action compatibility
Wrangler action requires crypto.randomUUID() which needs Node 20+.
The Gitea runner defaults to Node 18.
2026-02-11 23:46:45 -08:00

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

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

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.

bun run commit    # Guided commit via commitizen
Description
Lofty's public landing page
Readme 917 KiB
Languages
Astro 96%
JavaScript 4%