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). ---