diff --git a/README.md b/README.md index 63a9384..6a7b05d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # javascript-scheduler-ruby-rails-application +This repository provides a sample integration of the Syncfusion JavaScript Scheduler component within a Ruby on Rails application. + ## Prerequisites +Ensure the following versions are installed on your system before proceeding: + Ruby - 3.2.2 Node Js - 18.13.0 Yarn - 1.22.19 @@ -13,17 +17,21 @@ You can install the Ruby from the following link. ## Install Rails +To install Rails globally, run the following command: + ``` gem install rails ``` ## Add Syncfusion Scheduler component in your application -Refer the following UG documenation for adding Syncfusion React component in your application +Refer to the following UG documenation for adding Syncfusion Javascript component in your application * [Getting Started of Syncfusion Javascript Scheduler component](https://ej2.syncfusion.com/javascript/documentation/schedule/getting-started) ## Run the project +To start the application, execute the following commands: + ``` yarn install rails server