All checks were successful
Testing Example / build-and-test (push) Successful in 2m23s
25 lines
757 B
Markdown
25 lines
757 B
Markdown
# Admin Dashboard writed on React
|
|

|
|

|
|
 \
|
|
\
|
|
This project is a simple admin panel designed for managing servers. \
|
|
It utilizes Material UI for the user interface components.
|
|
## Screenshots
|
|

|
|

|
|
|
|
|
|
## How to run
|
|
To run the project, you can download/clone the repository and use these commands to run:
|
|
```bash
|
|
npm install
|
|
npm start
|
|
```
|
|
or build:
|
|
```bash
|
|
npm install
|
|
npm run build
|
|
```
|
|
You can also download it from Releases page
|