Hi - I'm new here! Enjoying the lessons, but I'm having a little trouble running the sample code (well, it runs locally fine but JS/CSS don't seem to be working).
Is there an article somewhere that explains how to get up and running with the sample code? I'm probably just missing something (and I'm a little rusty). So far, I've tried:
* downloading/extracting the relevant .zip
* run `bundle`
* run `bundle exec rake db:create`
* run `bundle exec rake db:migrate`
* run `bundle exec rake db:seed`
* run `bundle exec rails s`
Most of them you'll need yarn. I've recently switched to importmaps to make it a bit easier to get going with the source codes.