Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

afes-website/cappuccino-app

Repository files navigation

CAPPUCCINO app

Control APPlication for United Contactless Check-IN Operation

ver

[deploy] app.afes.info [deploy] dev.app.afes.info

@afes-website/docs ts React Material-UI ESLint Prettier

Project setup

yarn install

Start development server

yarn start

If you need to use WebRTC on your network (not localhost), it must be configured for https correctly.

PWA does not work. PWA only works in production mode.

Example of .env.development.local

HTTPS=true
SSL_CRT_FILE=./hoge/cert.crt
SSL_KEY_FILE=./hoge/cert.key

Using HTTPS in Development | Create React App

Build for production

yarn build

If you need to use WebRTC or PWA on your network (not localhost), it must be run in an environment that is properly configured for https.