We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9656248 commit f274094Copy full SHA for f274094
.gitignore
@@ -1,3 +1,4 @@
1
/node_modules/
2
/dist/
3
/.idea/
4
+/.env*
README.md
@@ -1,5 +1,4 @@
# Torrust Index Frontend
-
This repository serves as the frontend for the [Torrust Index](https://github.com/torrust/torrust-index) project.
5
## Documentation
@@ -15,8 +14,9 @@ git clone https://github.com/torrust/torrust-index-frontend.git
15
14
```
16
17
3. Set the URL of the backend:
+> Replace YOUR_BACKEND_URL
18
```bash
19
-echo "VITE_API_BASE_URL=https://YOUR_DOMAIN/api" > .env
+echo "VITE_API_BASE_URL=YOUR_BACKEND_URL" > .env
20
21
22
4. Install node modules and build the frontend:
0 commit comments