docs: update
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
BIN
docs/Firegex_Screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 364 KiB |
@@ -1,11 +1,11 @@
|
|||||||
# Firegex Frontend
|
# Firegex Frontend
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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/).
|
||||||
|
|
||||||
The page is auto-updated by a global timeout and also thanks to socket.io that raise an event triggering all parts of the app that requires fetch updated data from the backend, the update of these data.
|
The page is auto-updated by a global timeout and also thanks to socket.io that raise an event triggering all parts of the app that requires fetch updated data from the backend, the update of these data.
|
||||||
|
|
||||||
## [GO BACK](../README.md)
|
## [GO BACK](../README.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user