Current demo is a variant of the example available in Getting Started with Rails. This example uses Slim as View engine, Tailwind for styles and simple_form gem to manage forms.
As you can see, Slim simplifies the constructions of the views.
This is still a work in progress (WIP) as the styles aren't complete.
Required:
Start cloning the repository and executing the following:
bundle install && yarn install --check-files
followed by:
rails db:create
rails db:migrate
and finally:
foreman start