Skip to content

Commit e7f8124

Browse files
986064: Resolve Failures in GitHub Repositories.
1 parent b96106c commit e7f8124

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# javascript-scheduler-ruby-rails-application
22

3+
This repository provides a sample integration of the Syncfusion JavaScript Scheduler component within a Ruby on Rails application using React.
4+
35
## Prerequisites
46

7+
Ensure the following versions are installed on your system before proceeding:
8+
59
Ruby - 3.2.2
610
Node Js - 18.13.0
711
Yarn - 1.22.19
@@ -13,17 +17,21 @@ You can install the Ruby from the following link.
1317

1418
## Install Rails
1519

20+
To install Rails globally, run the following command:
21+
1622
```
1723
gem install rails
1824
```
1925

2026
## Add Syncfusion Scheduler component in your application
2127

22-
Refer the following UG documenation for adding Syncfusion React component in your application
28+
Refer to the following UG documenation for adding Syncfusion React component in your application
2329
* [Getting Started of Syncfusion Javascript Scheduler component](https://ej2.syncfusion.com/javascript/documentation/schedule/getting-started)
2430

2531
## Run the project
2632

33+
To start the application, execute the following commands:
34+
2735
```
2836
yarn install
2937
rails server

0 commit comments

Comments
 (0)