Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 820 Bytes

File metadata and controls

26 lines (20 loc) · 820 Bytes

Set up dev environment

Set up database

  • bundle exec rake db:reset
  • bundle exec rake db:fixtures:load

Run servers

  • Run backend server: rails s
  • Run frontend server: bin/webpack-dev-server
  • After both servers are fully loaded. Open http://localhost:3000/ in a browser.

Log in as test users

  • Logging in as admin:

  • Logging in as other users:

    • Em: See test/fixtures/users.yml
    • Pw: password