1
0
Fork 0
MSU-Course-Alerter/README.md

9 lines
71 B
Markdown

```code
vagrant up
vagrant ssh
cd /vagrant
bundle install
rails s
```