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

kriskuiper/plantje

Repository files navigation

Plantje

⚠️ Abandoned since the API used is no longer supported.

🌱 Keep track of the plants you own at home

Installation & development

  1. Clone this repository
  2. Copy .env.example to .env and fill in your credentials
  3. Install dependencies
  4. Build and run a development server with serverless functions on localhost:3031
$ git clone [email protected]:kriskuiper/plantly.git
$ cp .env.example .env
$ yarn install
$ yarn dev:netlify