Skip to content

Latest commit

 

History

History

adminconsole

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Presentation Kiosk - Admin Console

The admin console is an React App that can be used to control the kiosk in realtime.

Image

Deployment

This can also be deployed on services such as Cloudflare Pages and Vercel.

  1. Dependency installation
npm install
  1. Configuration

    • Fill out .env with the correct details
  2. Development Server

npm start
  1. Building
npm build