Skip to content
Shaban Kamel edited this page Aug 31, 2024 · 28 revisions

Welcome to the Solara Wiki!

Wiki Index


Getting Started

To begin using Solara, follow these steps:

  1. Install the Gem: See the Installation section below for details.

  2. Run the Initialization Command:

    solara init

    After executing this command, a new folder named solara will be created in the root of your project. For more details, refer to the Brand Management documentation.

  3. Access the Brand Dashboard: The dashboard will open automatically after initialization. Update the brand configurations as needed, then click Apply Changes.


    Brand Management


  4. Install the App: Deploy the app on your target simulator or device.


Installation

To install Solara, add the following line to your application's Gemfile:

gem 'solara'

Then execute:

$ bundle install

Alternatively, you can install it directly using:

$ gem install solara

Explore the Wiki for more information on effectively using Solara! If you have any questions or need further assistance, feel free to reach out.

Clone this wiki locally