GeoCities meets the modern era.
asdf install ruby 3.2.2
asdf shell ruby 3.2.2
gem install bundler
bundle install
brew install postgresql
brew services start postgresql
nvm install 20
npm install -g yarn
yarn install
bundle exec bin/setup
to initialize the postgres database
bundle exec bin/dev
to run the application
bundle exec rspec spec
This application contains no frontend framework; instead we are leveraging Hotwire functionalities.
- Hotwire
- Rails 7
- Ruby 3.2