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

sassafrastech/sassy-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sassy Home

https://sassafras.coop/

Development

Requirements

Setup

  1. git clone git@github.com: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.