From 129c3554710caa1c38d1646551ae20eeada9507c Mon Sep 17 00:00:00 2001 From: Shaban Kamel Date: Sat, 21 Sep 2024 13:41:45 +0300 Subject: [PATCH] Update Solara --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 4a1b5af..cf03d20 100644 --- a/README.md +++ b/README.md @@ -563,24 +563,9 @@ getting started. --- -## Development +## Solara Development -After checking out the repository, run the following command to install the necessary dependencies: - -```bash -bundle exec install -``` - -To run Solara on your local machine, clone the example project from [Infinite](https://github.com/Solara-Kit/Infinite). -Ensure that both Solara and Infinite reside in the same root folder. Then, execute: - -```bash -bundle install -``` - -This will set up everything you need to get started. - -> For complete details, please refer to the Infinite repository. [Infinite](https://github.com/Solara-Kit/Infinite). +To contribute to Solara development, please refer to the [Solara Development Documentation](https://github.com/Solara-Toolkit/Solara/wiki/Solara-Development). ---