- Install ruby 2.7.1
 - Install node 12.16.3
 - Install yarn
 
gem install bundler
bundle install
bin/rails db:create # config/database.yml assumes local db has no root password
bin/rails db:migrate
yarn install --pure-lockfile
# start rails backend
bin/rails s
Navigate to http://localhost:3000
yarn run test:ci
bin/rails test
- Ensure you Firefox geckodriver selenium driver is update to date
 NODE_ENV=test bin/rails test:system