Skip to content

Commit 5d57ec1

Browse files
committed
Update README
1 parent 94cdd7d commit 5d57ec1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,17 @@
33
A chat app built with React.js and ActionCable in Ruby on Rails 5.1, built as part of a tutorial on [Learnetto](https://learnetto.com).
44

55
[See a live demo here](https://reactrooms.herokuapp.com)
6+
7+
Run the following commands on the commandline to get it working:
8+
9+
```
10+
git clone https://github.com/learnetto/reactchat.git
11+
12+
cd reactchat
13+
14+
rails db:migrate
15+
16+
bundle && yarn
17+
18+
foreman start -f Procfile.dev
19+
```

0 commit comments

Comments
 (0)