Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 565 Bytes

Sassy Home

https://sassafras.coop/

Development

Requirements

Setup

  1. git clone [email protected]:sassafrastech/sassy-home.git
  2. cd sassy-home
  3. rbenv install # Install the required Ruby version.
  4. gem install bundler # Install the installer.
  5. bundle install
  6. cp config/secrets.yml.example config/secrets.yml

Run

  1. rails s # Start the server.
  2. Open http://localhost:3000/

Deploy

  1. Push main to GitHub and Digital Ocean will build and deploy automatically.