You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,30 +75,30 @@ Please let us know either at [Gitter.im](https://gitter.im/zetachang/react.rb) o
75
75
76
76
## Developing
77
77
78
-
1. fork and `git clone` the project
78
+
`git clone` the project.
79
79
80
80
To play with some live examples cd to the project directory then
81
81
82
82
2.`cd example/examples`
83
83
2.`bundle install`
84
84
3.`bundle exec rackup`
85
-
4. Open `http://localhos:9292t`
85
+
4. Open `http://localhos:9292`
86
86
87
87
or
88
88
89
-
1.'cd example/rails-tutorial`
89
+
1.`cd example/rails-tutorial`
90
90
2.`bundle install`
91
91
3.`bundle exec rails s`
92
92
4. Open `http://localhost:3000`
93
93
94
94
or
95
95
96
-
1.'cd example/sinatra-tutorial`
96
+
1.`cd example/sinatra-tutorial`
97
97
2.`bundle install`
98
98
3.`bundle exec rackup`
99
99
4. Open `http://localhost:9292`
100
100
101
-
Note that these are very simple examples, for the purpose of showing how to configure the gem in various server environments. For more complete examples and information see [reactrb.org.](http://reactrb.org)
101
+
Note that these are very simple examples, for the purpose of showing how to configure the gem in various server environments. For more examples and information see [reactrb.org.](http://reactrb.org)
102
102
103
103
## Testing
104
104
@@ -107,9 +107,8 @@ Note that these are very simple examples, for the purpose of showing how to conf
107
107
108
108
## Contributions
109
109
110
-
This project is still in early stage, so discussion, bug report and PR are
111
-
really welcome :wink:. We check in often at
112
-
https://gitter.im/zetachang/react.rb
110
+
This project is still in early stage, so discussion, bug reports and PRs are
0 commit comments