firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

Figure out bin/setup on repl.it #54

Closed raghubetina closed 5 years ago

raghubetina commented 5 years ago

Currently we aren't using our custom bin/setup on repl.it. Do we need to?

  1. The built-in bin/setup is good enough, now that we don't need C9 plugins and things.
  2. It might be good to have them run the setup commands one-by-one from the project instructions, to get repetition in understanding what each does (bundle vs rails db:migrate vs rails db:seed, etc).