Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 417 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 417 Bytes

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