The kiosk is an unattended React App that is shown to event attendees.
This can also be deployed on services such as Cloudflare Pages and Vercel.
- Dependency installation
npm install
-
Configuration
- Fill out
.env
with the correct details
- Fill out
-
Development Server
npm start
- Building
npm build