Please setup the project before the interview.
Installation:
- Install Ruby 2.7.4 (https://rvm.io/)
- Install sqlite3 (https://www.sqlite.org/)
- Install Node.js (https://nodejs.org/en/download/)
- Install Yarn (https://classic.yarnpkg.com/en/docs/install#mac-stable)
$ bundle install$ rails webpacker:install$ rails db:create$ rails s- Visit http://localhost:3000 and see Rails welcome page