Basic application to fetch Github public repos
git clone git@github.com:sarslanoglu/repositories-search.git
cd srepositories-search
ruby -v
The output should be like ruby 3.0.0
If not, install the right ruby version using rvm (it could take a while):
rvm install 3.0.0
Using Bundler:
bundle install
rails s
Just visit http://localhost:3000/ or your configuration of local url
For rubocop to run
rubocop
For rspec to run
rspec