views/layouts/application.html.erb houses the base layoutviews/shared/_head loads the content for every page's <head> tag.views/shared/_partial_containers.html.erb loads the containers for toasts, modals, and the sidebar. It's loaded just after the opening body tag./public/stylesheets is where we put our own stylesheets./public/stylesheets/styles.css contains the base css, including color variables and a few other minor utilities./public/js/custom.js defines app-wide javascript behaviour, such as tippy.js for tooltips.- Put external libraries in
/public/vendor. The only external library we load by default is Tailwind Lite.