ThreeFold Connect frontend The frontend for threefold connect login Project setup yarn install Configuration Update the .env file with the correct values. Example VITE_API_URL=https://login.threefold.me/ VITE_OPENKYC_URL=https://openkyc.threefold.me/ VITE_DEEPLINK=threefold:// Compiles and hot-reloads for development yarn serve Compiles and minifies for production yarn build Lints and fixes files yarn lint