Looking for some good instructions for clean Rails install on Cloud9 with Bootstrap
Hey there,
I am starting a new project and I want to get it off to a clean start with Rails 7 and Bootstrap 5 on Cloud9.
After viewing some videos and going through the process a few times, it seems like I got an install working with npm, yarn and --css=bootstrap, but when I try some simple Bootstrap formatting on a page it's not rendering.
I haven't gone in to try and troubleshoot, since I am trying to get it to work "out of the box" as I assume that this should be possible.
Does anyone know of a good guide, or tips that might help me with this?
thanks,
Chuck