Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 632 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 632 Bytes

Recipes

Build Status

Prerequisites

  • Ruby 2.5.1
  • Postgres

If you're on a Mac, install Ruby with

brew install rbenv
rbenv init
rbenv install 2.5.1

and install Postgres with the excellent Postgres.app

Getting Started

git clone https://github.com/boblail/recipes.git
cd recipes
bundle
bundle exec rake db:setup

To run Origami

bundle exec rails server

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/boblail/recipes.