Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 504 Bytes

File metadata and controls

38 lines (26 loc) · 504 Bytes

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