|
1 | | -# Torrust Index Frontend |
| 1 | +# Torrust Index Front End |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +## 📢Important Updates 📢 |
| 13 | + |
| 14 | +- None at the moment [ACCESS ALL UPDATES](https://github.com/torrust/torrust-index-frontend/wiki/Project-Updates) |
| 15 | + |
| 16 | +--- |
| 17 | +--- |
| 18 | + |
| 19 | +## Index |
| 20 | + |
| 21 | +- [PROJECT DESCRIPTION](#project-description) |
| 22 | +- [PROJECT ROADMAP](#project_roadmap) |
| 23 | +- [DOCUMENTATION](#documentation) |
| 24 | +- [INSTALLATION](#installation) |
| 25 | +- [CONTACT](#contact_and_contributing) |
| 26 | +- [CREDITS](#credits) |
| 27 | + |
| 28 | +## Project Description |
| 29 | + |
2 | 30 | This repository serves as the frontend for the [Torrust Index](https://github.com/torrust/torrust-index) project. |
3 | 31 |
|
| 32 | +### Roadmap |
| 33 | + |
| 34 | +*Coming soon.* |
| 35 | + |
4 | 36 | ## Documentation |
| 37 | + |
5 | 38 | You can read the documentation [here](https://torrust.github.io/torrust-documentation/torrust-web-frontend/about/). |
6 | 39 |
|
7 | 40 | ## Installation |
| 41 | + |
8 | 42 | 1. Install prerequisites: |
9 | | -- [NodeJS/NPM](https://nodejs.org/) - NodeJS & Node Package Manager. |
| 43 | + - [NodeJS/NPM](https://nodejs.org/) - NodeJS & Node Package Manager. |
10 | 44 |
|
11 | 45 | 2. Clone the repository: |
12 | | -```bash |
13 | | -git clone https://github.com/torrust/torrust-index-frontend.git |
14 | | -``` |
| 46 | + |
| 47 | + ```bash |
| 48 | + git clone https://github.com/torrust/torrust-index-frontend.git |
| 49 | + ``` |
15 | 50 |
|
16 | 51 | 3. Set the URL of the backend: |
17 | | -> Replace YOUR_BACKEND_URL |
18 | | -```bash |
19 | | -echo "VITE_API_BASE_URL=YOUR_BACKEND_URL" > .env |
20 | | -``` |
| 52 | + > Replace YOUR_BACKEND_URL |
| 53 | + |
| 54 | + ```bash |
| 55 | + echo "VITE_API_BASE_URL=YOUR_BACKEND_URL" > .env |
| 56 | + ``` |
21 | 57 |
|
22 | 58 | 4. Install node modules and build the frontend: |
23 | | -```bash |
24 | | -npm i |
25 | | -npm run build |
26 | | -``` |
| 59 | + |
| 60 | + ```bash |
| 61 | + npm i |
| 62 | + npm run build |
| 63 | + ``` |
27 | 64 |
|
28 | 65 | 5. Serve the newly generated `dist` folder. |
29 | 66 |
|
30 | | -## Contributing |
31 | | -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](https://github.com/torrust/torrust-index-backend). Universal issues with the Torrust Index can be submitted [here](https://github.com/torrust/torrust-index). Ideas and feature requests are welcome as well! |
| 67 | +## Contact and Contributing |
| 68 | + |
| 69 | +Feel free to contact us via: |
| 70 | + |
| 71 | +Message `Warm Beer#3352` on Discord or email `[email protected]`. |
| 72 | + |
| 73 | +or |
| 74 | + |
| 75 | +Please make suggestions and report any **Torrust Index Front End** specific bugs you find to the issue tracker of this repository [here](https://github.com/torrust/torrust-index-frontend/issues) |
| 76 | + |
| 77 | +**Torrust Index Back End** specific issues can be submitted [here](https://github.com/torrust/torrust-index-backend/issues). |
| 78 | + |
| 79 | +Universal issues with the **Torrust Index** can be submitted [here](https://github.com/torrust/torrust-index/issues). Ideas and feature requests are welcome as well! |
| 80 | + |
| 81 | +--- |
| 82 | + |
| 83 | +## Credits & Sponsors |
| 84 | + |
| 85 | +This project was developed by [Dutch Bits](https://dutchbits.nl) for [Nautilus Cyberneering GmbH](https://nautilus-cyberneering.de/). |
| 86 | + |
| 87 | +The project has been possible through the support and contribution of both Nautilus Cyberneering, its team and collaborators, as well as that of our great open source contributors. Thank you to you all! |
0 commit comments