Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 978 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 978 Bytes

Nest Logo

Garden Planner

A simple garden planning app. Plan out your garden beds or indoor seed trays. Track when you planted, transplanted, fertilized and harvested your plants. Get suggested next steps for your plants.

Runs as a Proressive Web App.

Utilizes Garden Planner API for the backend.

Installation

$ yarn

Running the app

# development / watch mode
$ yarn start

Test

# unit tests
$ yarn test

Build

# production build
$ yarn build