Skip to content

Commit f274094

Browse files
committed
updated README.md
1 parent 9656248 commit f274094

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules/
22
/dist/
33
/.idea/
4+
/.env*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Torrust Index Frontend
2-
32
This repository serves as the frontend for the [Torrust Index](https://github.com/torrust/torrust-index) project.
43

54
## Documentation
@@ -15,8 +14,9 @@ git clone https://github.com/torrust/torrust-index-frontend.git
1514
```
1615

1716
3. Set the URL of the backend:
17+
> Replace YOUR_BACKEND_URL
1818
```bash
19-
echo "VITE_API_BASE_URL=https://YOUR_DOMAIN/api" > .env
19+
echo "VITE_API_BASE_URL=YOUR_BACKEND_URL" > .env
2020
```
2121

2222
4. Install node modules and build the frontend:

0 commit comments

Comments
 (0)