The 🎨 Next UI version of Saferwall.
If you use the built image, you will need to set the environment variables below
# optional
VUE_APP_ANALYTICS_GOOGLE_TAG="EX-00000000"
# required
VUE_APP_BASE_URI="https://saferwall.com/"
VUE_APP_API_BASE_URL="https://api.saferwall.com/v1/"
VUE_APP_AVATAR_BASE_URL="https://avatar.saferwall.com/"
yarn install
yarn serve
yarn build
yarn lint