The graphical user interface for managing the Storedge CMS. This dashboard is designed to provide a seamless administrative experience for e-commerce platforms. Built with the modern Vite.js build tool and React framework, dashboard integrates shadcn-ui components to create a simple yet effective user interface, refined from initial custom designs in Figma.
- Intuitive Interface: A clean and responsive UI based on shadcn-ui, focusing on user experience and ease of use.
- Fast Development: Leveraging Vite.js for an optimized development experience with fast rebuilds.
- React Framework: Utilizing the robust React ecosystem for reactive state management and component-based architecture.
Get hands-on experience with the dashboard by accessing our live demo. This is a great way to familiarize yourself with the interface and features without the need to set up a local environment.
To explore the dashboard:
- Visit storedge.suiram.dev
- Log in using the following demo credentials:
- Email:
[email protected]
- Password:
storedge
- Email:
For security reasons, the demo account is view-only and modifications are not permitted. This ensures the integrity of the demo experience for all users and protects the system from any unauthorized changes. We appreciate your understanding as we strive to maintain a secure and stable demonstration environment.
To get started with the Storedge-Dashboard, clone this repository and navigate into the directory:
git clone https://github.com/suiramdev/storedge-dashboard.git
cd storedge-dashboard
Before you start, make sure you have Node.js installed on your system (preferably the latest stable version).
Install the necessary packages using pnpm
:
pnpm install
Start the development server with:
pnpm dev
Your dashboard will be available at http://localhost:5173
.
To build the dashboard for production, run:
pnpm build
This will generate the production files in the dist
folder.
The dashboard is designed as a single-page application (SPA) with the following key parts:
- Vite.js: Employs Vite.js for bundling and development tooling to provide a fast and modern development experience.
- React: Built with React to take advantage of its efficient update and rendering system.
- shadcn-ui: Implements shadcn-ui for a standardized and accessible component library.
The design of Storedge-Dashboard was initially conceptualized in Figma. However, to streamline the development process and maintain simplicity, we have adopted shadcn-ui. This ensures that we can provide consistent updates and support without the overhead of maintaining a custom UI library.
Contributions to the Storedge-Dashboard are welcome. Please read our CONTRIBUTING.md file for instructions on how to make contributions.
Storedge-Dashboard is licensed under the MIT License. See the LICENSE.md file for full license text.