This site now runs on Vite and uses MUI Material for the main application shell and shared UI components.
npm startornpm run dev: start the Vite dev servernpm run build: create a production build inbuild/npm run preview: preview the production build locallynpm test: run the Vitest suite
This app uses Vite client environment variables.
Required variables:
VITE_EMAILJS_SERVICE_IDVITE_EMAILJS_TEMPLATE_IDVITE_EMAILJS_USER_IDVITE_PENGUIN_LIVESTREAM_ID
For local development, put these in a .env.local file at the project root.