I tried to make the portfolio created in Cloud9 on AWS work with local VS Code, I've done a git clone.
bundle install, rails db:setup, rails s
Then I got ExecJS :: RuntimeError.
If you look up various things
gem 'mini_racer', platforms: :ruby
It worked well if I introduced.
Again, bundle install. OK with rails s!