Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 616 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 616 Bytes

Edible Forest Manager

This app allows anyone to create an edible forest project, select plants and get started. All edible forests designs are open sourced and publicly available. Learn from others and make your edible forests better.

Table of Contents

Ruby version

2.6.5

Setup

  • clone repo
  • run the following commands (the first one is optional, depending on your machine setup):
$ rbenv local 2.6.5
$ bundle install
$ yarn
  • run the following commands:
$ rails db:prepare