https://github.com/atomaka/msu-course-alerter
https://github.com/atomaka/msu-course-alerter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/msu-course-alerter
- Owner: atomaka
- Created: 2013-04-03T23:48:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T05:34:01.000Z (almost 13 years ago)
- Last Synced: 2025-04-06T04:43:49.754Z (about 1 year ago)
- Language: Ruby
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```code
vagrant up
vagrant ssh
cd /vagrant
bundle install
rails s
```