Another implementation of the automatic update feature for lookup is to no longer force data updates, but to only display synchronized data when there is a display requirement.
npm install
# or
yarn
Replace the environment variables in /scripts/.env.js with those of your own development environment.
# hot fix
npm start
# build for production
npm run build