frontend of stay status record system for Sakae Higashi School Festival 2022.
This system was installed to control the number of people who stay at the same exhibition room at the same time as part of measures against Covid19.
npm install
PORT=8000
REACT_APP_API_BASE_URL=http://localhost:3000
npm start
Open http://localhost:8000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
npx openapi2aspida -i=./openapi.yaml -o=src
Before run, delete src/api
directory.