/semisto

Online software to manage edible forests and plants databases.

Primary LanguageRubyMIT LicenseMIT

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