Skip to content

Commit a5cc3b8

Browse files
Update Readme and frontend package name
1 parent 5c5ccce commit a5cc3b8

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

frontend/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "3botlogin_frontend",
2+
"name": "threefold_connect_frontend",
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",

0 commit comments

Comments
 (0)