- Ruby (via rbenv)
git clone [email protected]:sassafrastech/sassy-home.git
cd sassy-home
rbenv install # Install the required Ruby version.
gem install bundler # Install the installer.
bundle install
cp config/secrets.yml.example config/secrets.yml
rails s # Start the server.
- Open http://localhost:3000/
- Push
main
to GitHub and Digital Ocean will build and deploy automatically.