A web app for a bike racing event it uses rails to collect users slogan suggestions.
git clone https://github.com/AdetunjiTejumade/boulder-bike-tour.git
cd boulder-bike-tour
ruby -v
The output should start with something like 2.7.2
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.7.2
bundle install
yarn install
rails db:create db:migrate db:seed
rails s
And now you can visit the site with the URL http://localhost:3000