Plants make a great addition to your home and can have positive health effects too.
This app helps you find the right plant for the right location in your home.
Clone or fork this repo and cd into the server
folder
npm install
to install the required packagesserver/.env-template
file to see the environment variables that you will neednpm run dev
in the terminal to start the server. Check the terminal for confirmation it is up and running. The server needs to be running before you start the client sideclient
and run npm install
to download the required packagesnpm run dev
in the terminal to start the Vite React appcoming soon