Skip to content

emmahyde/grouper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoCities meets the modern era.

Installation

  • 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

Running The Application

  • bundle exec bin/dev to run the application

Running Tests

  • bundle exec rspec spec

Resources

This application contains no frontend framework; instead we are leveraging Hotwire functionalities.