Skip to content

reddotrubyconf/little_red_dot

Repository files navigation

Little Red Dot

https://www.reddotrubyconf.com

Development

Setup:

bundle install
bin/rails db:setup db:migrate

Start the app:

bundle exec foreman start -f=Procfile.dev