The source for openstream.pages.dev. The site is a static React application built with Vite.
npm install
npm run devnpm run buildCloudflare Pages publishes the generated dist/ directory. Before deploying, verify that the authenticated account owns the openstream Pages project:
npx wrangler pages project list
npx wrangler pages deploy dist --project-name openstream --branch mainDo not create a second Pages project as a substitute for the production project. Release links intentionally use GitHub's latest/download paths so future releases do not require a website edit.