Torrust Index Frontend
This repository serves as the frontend for the Torrust Index project.
Documentation
You can read the documentation here.
Installation
- Install prerequisites:
- NodeJS/NPM - NodeJS & Node Package Manager.
- Clone the repository:
git clone https://github.com/torrust/torrust-index-frontend.git
- Set the URL of the backend:
Replace YOUR_BACKEND_URL
echo "VITE_API_BASE_URL=YOUR_BACKEND_URL" > .env
- Install node modules and build the frontend:
npm i
npm run build
- Serve the newly generated
dist
folder.
Contributing
Please report any Torrust Index frontend specific bugs you find to the issue tracker of this repository. Torrust Index backend specific issues can be submitted here. Universal issues with the Torrust Index can be submitted here. Ideas and feature requests are welcome as well!