Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 318 Bytes

plantotech

A plants 🌱 database to make the planet eden again

running at https://plantes.universite-alveoles.fr

Run dev server using docker

docker compose build
docker compose up -d
docker compose exec fpm composer install
docker compose exec fpm yarn install
docker compose exec fpm yarn build