admin_dashboard_react/README.md
snippetsx f71a7fc9ac
All checks were successful
Testing Example / build-and-test (push) Successful in 2m14s
Update README.md
2024-11-20 12:58:47 +03:00

641 B

Admin Dashboard writed on React

Static Badge Static Badge

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

Screenshots

Image Image

How to run

To run the project, you can download/clone the repository and use these commands to run:

npm install
npm start

or build:

npm install
npm run build

You can also download it from Releases page