local docker-compose environment to deploy and configure backoffice
To install the repo dependencies
yarn install
be sure to have docker and docker-compose
installed on your machine and to be part of the docker
group
sudo usermod -aG docker $USER
otherwise run docker/docker-compose commands as root user or sudoing
See Docs
yarn start
and then browse to http://localhost:8080/
Follow the tutorial
Follow the tutorial