Features:
$ bundle
$ yarn
$ rails db:create db:migrate db:seed
$ rails s
# Get rid of those pesky warnings
$ export RUBYOPT='-W:no-deprecated -W:no-experimental'Visit /debug to view handy debug features.
Imported Heroicons are available to render in views on demand. Here's an example:
<%= render 'icons/outline/camera', class: 'h-6 w-6 text-gray-500' %>