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