The admin console is an React App that can be used to control the kiosk in realtime.
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