828 B
828 B
Tap
Yes. We have to drink. But we also have to pay. This is the drinking part.
Installation
- Make sure Ruby version 2.4.0 is installed by running
rbenv version
. If it isn't, install by runningrbenv install
- Run
bundle update
andbundle install
- Migrate the db using
bundle exec rake db:migrate
- Start Tap by running
bundle exec rails s