Landing page for the event "Kubernetes meets AI, con sentidiño", built with Astro, React, and Tailwind CSS.
- Astro
- React
- Tailwind CSS 4
- GitHub Pages deployment via GitHub Actions
Install dependencies and start the local dev server:
pnpm install
pnpm devThe app reads these public environment variables:
PUBLIC_BOOKING_URL: RSVP submission webhookPUBLIC_RSVP_COUNT_URL: attendee count webhook
Create a local .env file or copy values from .env.example.
pnpm buildThe repository includes a GitHub Actions workflow that builds and deploys the site to GitHub Pages on pushes to main.
For GitHub Pages, configure these repository variables:
PUBLIC_BOOKING_URLPUBLIC_RSVP_COUNT_URL