Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 390 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 390 Bytes

Hello

Interactive guestbook app for events and conferences. Generates a pretty nametag and allows you to connect with other attendees.

Run

Run the app with npm:

npm install
npm run serve

Build

Build the app to the out folder:

npm run build

Deploy

Deploy the app to a DXOS Kube:

npm run deploy