Skip to content

Commit beaebd0

Browse files
committed
Merge pull request #33 from torrust/32-readme-review-and-adapt-to-the-torrust-index-format
Type: Documentation
2 parents 13b657d + 24addea commit beaebd0

File tree

2 files changed

+71
-15
lines changed

2 files changed

+71
-15
lines changed

README.md

Lines changed: 71 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,87 @@
1-
# Torrust Index Frontend
1+
# Torrust Index Front End
2+
3+
![README HEADER](./img/Torrust_Repo_FrontEnd_Readme_Header-20220615.jpg)
4+
5+
![Open Source](https://badgen.net/badge/Open%20Source/100%25/DA2CE7)
6+
![Cool](https://badgen.net/badge/Cool/100%25/FF7F50)
7+
8+
![Nautilus Sponsored](https://badgen.net/badge/Sponsor/Nautilus%20Cyberneering/red)
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+
230
This repository serves as the frontend for the [Torrust Index](https://github.com/torrust/torrust-index) project.
331

32+
### Roadmap
33+
34+
*Coming soon.*
35+
436
## Documentation
37+
538
You can read the documentation [here](https://torrust.github.io/torrust-documentation/torrust-web-frontend/about/).
639

740
## Installation
41+
842
1. Install prerequisites:
9-
- [NodeJS/NPM](https://nodejs.org/) - NodeJS & Node Package Manager.
43+
- [NodeJS/NPM](https://nodejs.org/) - NodeJS & Node Package Manager.
1044

1145
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+
```
1550

1651
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+
```
2157

2258
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+
```
2764

2865
5. Serve the newly generated `dist` folder.
2966

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!
44.6 KB
Loading

0 commit comments

Comments
 (0)