From d68c8ec1a843a8bdce85d3cc2113a0b8d5be6f42 Mon Sep 17 00:00:00 2001 From: Shaban Kamel Date: Thu, 19 Sep 2024 17:30:41 +0300 Subject: [PATCH] Solara --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 5378b71..501d988 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,40 @@ The [Solara Management Tools Diagram](#solara-management-tools-diagram) below il ``` +Here’s a brief description of each tool in the Solara Management Tools Diagram: + +#### Command Line Interface (CLI or Terminal) +The Command Line Interface (CLI) provides a powerful and flexible way to manage your brands through text-based commands. Key tools include: +- **solara init**: Initializes a new Solara project. +- **solara onboard**: Guides you through the setup process for new brands. +- **solara switch**: Allows you to quickly switch between different brands. +- **solara doctor**: Diagnoses and troubleshoots any issues within your brand setup. +- And Additional commands for advanced management tasks. + +> For full documentation, check [Brand Management](https://github.com/Solara-Toolkit/Solara/wiki/Brand-Management) + +#### Local Dashboard +The Local Dashboard offers a user-friendly graphical interface for managing your brands locally. Key features include: +- **Browse brands**: Easily view and navigate through your existing brands. +- **Switch brand**: Quickly change the active brand you're working on. +- **Clone brand**: Create a duplicate of an existing brand for testing or development purposes. +- **Edit brand**: Modify brand details directly within the dashboard. +- And Additional tools to enhance brand management efficiency. + +> For full documentation, check [Brand Management](https://github.com/Solara-Toolkit/Solara/wiki/Brand-Management) + +#### Online Dashboard +The Online Dashboard provides cloud-based management capabilities, enabling access from anywhere. Key functionalities include: +- **Import brand**: Seamlessly bring existing brands into the platform. +- **Edit brand**: Make changes to brand information online. +- **Switch brand**: Effortlessly switch to any brand you manage. +- **Export brand**: Download brand data for backup or transfer. +- And Further options for comprehensive brand management in the cloud. + +> For full documentation, check [Online Dashboard](https://github.com/Solara-Toolkit/Solara/wiki/Online-Dashboard) + +These tools collectively empower you to effectively manage and streamline your brand operations, whether you prefer command-line interactions, local interfaces, or online access. + # Codebase Development In Solara, the management of brands is the responsibility of Solara, while codebase development falls to the developer.