admin_dashboard_react/README.md
snippetsx 1b0557f076
All checks were successful
Testing Example / build-and-test (push) Successful in 2m23s
Update README.md
2024-11-20 20:13:37 +03:00

25 lines
757 B
Markdown

# Admin Dashboard writed on React
![Gitea Workflow Badge](https://git.lcsa.ru/snippetsx/admin_dashboard_react/actions/workflows/build.yaml/badge.svg)
![Static Badge](https://img.shields.io/badge/Using_with-LCSA-%23006d75)
![Static Badge](https://img.shields.io/badge/Created_by-SnippetsX-8A2BE2) \
\
This project is a simple admin panel designed for managing servers. \
It utilizes Material UI for the user interface components.
## Screenshots
![Image](/screenshots/screenshot1.png)
![Image](/screenshots/screenshot2.png)
## 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