Local development

from local source

yarn dev
cd client
npm run dev

or with docker-compose

docker-compose build
docker-compose up -d