Interactive guestbook app for events and conferences. Generates a pretty nametag and allows you to connect with other attendees.
Run the app with npm
:
npm install
npm run serve
Build the app to the out
folder:
npm run build
Deploy the app to a DXOS Kube:
npm run deploy