bundle
- When running the first time:
bundle exec rake db:migrate db:seed
- On subsequent runs:
bundle exec rake db:reset
bundle exec rails s
- Visit http://localhost:3000.
- Log in as
[email protected]
/password
for a staff user, or[email protected]
/password
for an admin user.