docs: update

This commit is contained in:
Domingo Dirutigliano
2023-10-01 02:21:07 +02:00
parent 661fedae39
commit 9995595a55
5 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ By default firegex will start in a multithread configuration using the number of
The default port of firegex is 4444. At the startup you will choose a password, that is essential for your security. The default port of firegex is 4444. At the startup you will choose a password, that is essential for your security.
All the configuration at the startup is customizable in [firegex.py](./start.py) or directly in the firegex interface. All the configuration at the startup is customizable in [firegex.py](./start.py) or directly in the firegex interface.
![Firegex Network scheme](docs/Firegex_Screenshot.jpg) ![Firegex Network scheme](docs/Firegex_Screenshot.png)
## Functionalities ## Functionalities

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

BIN
docs/Firegex_Screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

View File

@@ -1,8 +1,8 @@
# Firegex Frontend # Firegex Frontend
![Firegex Frontend](../docs/Firegex_Screenshot.jpg) ![Firegex Frontend](../docs/Firegex_Screenshot.png)
The frontend of firegex is written using create-react-app. The frontend of firegex is written using vite.
The routing of the pages is managed by react-router 6 and the graphics is mainly managed by the framework [Mantine](https://mantine.dev) and icons provided by [React Icons](https://react-icons.github.io/react-icons/). The routing of the pages is managed by react-router 6 and the graphics is mainly managed by the framework [Mantine](https://mantine.dev) and icons provided by [React Icons](https://react-icons.github.io/react-icons/).
The style of the page is written with [sass](https://sass-lang.com/). The style of the page is written with [sass](https://sass-lang.com/).