An Astro project with Tailwind CSS for the SBR2026 initiative.
Default Branch Migration: This repository is transitioning from V0-Pitching-Page to main as the default branch.
For detailed instructions on how to complete this migration, please see SWITCH_DEFAULT_BRANCH.md.
bun create astro@latest -- --template with-tailwindcssAstro comes with Tailwind support out of the box. This example showcases how to style your Astro project with Tailwind.
For complete setup instructions, please see our Tailwind Integration Guide.
Normal build (no PNG export):
bun run buildExport PNGs during build (this is the on/off “variable”):
PUBLIC_EXPORT_COMPONENT_PNGS=true bun run buildOne-time setup for Playwright (needed the first time you export): install deps (if you haven’t):
bun installinstall the browser: