File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1- # 3Botlogin frontend
1+ # ThreeFold Connect frontend
22
3- The frontend for 3Bot login
3+ The frontend for threefold connect login
44
55## Project setup
66
@@ -10,15 +10,13 @@ yarn install
1010
1111### Configuration
1212
13- ``` bash
14- # prod:
15- cp public/config.prod.js public/config.js
16-
17- # staging:
18- cp public/config.staging.js public/config.js
13+ Update the .env file with the correct values.
1914
20- # testing:
21- cp public/config.testing.js public/config.js
15+ #### Example
16+ ```
17+ VITE_API_URL=https://login.threefold.me/
18+ VITE_OPENKYC_URL=https://openkyc.threefold.me/
19+ VITE_DEEPLINK=threefold://
2220```
2321
2422### Compiles and hot-reloads for development
Original file line number Diff line number Diff line change 11{
2- "name" : " 3botlogin_frontend " ,
2+ "name" : " threefold_connect_frontend " ,
33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments