Landing page for makerfirst.ca — consulting services for Launch Hardware, AI Agents, and Firmware Development.
- Astro 5 — Static-first framework with islands architecture
- Tailwind CSS 4 — Utility-first CSS with design tokens
- Svelte 5 — Client-side interactivity (islands only)
- GSAP — Scroll-driven animations and parallax
- Bun — Runtime and package manager
bun install
bun run dev # localhost:4321
bun run build # production build to dist/
bun run preview # preview production buildAutomated via GitHub Actions on push to main. See .github/workflows/deploy.yml.