Skip to content

Latest commit

 

History

History

kiosk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Presentation Kiosk - Kiosk

The kiosk is an unattended React App that is shown to event attendees.

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