Skip to content

A plant tracking web application for managing and taking care of plants.

License

Notifications You must be signed in to change notification settings

plant-tracker/website

Repository files navigation

plant-tracker-website

A web application written in Svelte designed to track, manage and maintain plants. image image

Development

This project uses Docker for development.

To create a container for development, run in the root folder:

docker-compose up -d

You can now install the required packages and start the dev server:

docker-compose exec node npm install
docker-compose exec node npm run dev