admin_dashboard_react/README.md
SnippetsX 6da8d9f924 fully fixed login option for session.
Updated README
Updated Dashboard main page
Fixed AppBar scrolling
2024-11-02 01:20:27 +03:00

17 lines
529 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. \
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
![Static Badge](https://img.shields.io/badge/Using_with-LCSA-%23006d75)
![Static Badge](https://img.shields.io/badge/Created_by-SnippetsX-8A2BE2)