
We'll take a look at my site, bigmachine.io, and I'll discuss some of the reasons why I chose to use Rails.
The Source Code
You can find all the code for this production in my GitHub repo, here.
The Commands
To find out Ruby version:
ruby -v
Working with rbenv:
rbenv versions
rbenv install 3.2.2
rbenv local 3.2.2
Creating a Rails app with Postgres and Tailwind:
rails new railz -d postgresql -c tailwind
cd railz
rails s
bin/dev
Links
https://guides.rubyonrails.org
https://aws.amazon.com/codewhisperer/