This project use docker-compose to run all applications in development environment.
command | description |
---|---|
make setup | Run command to clone and up all services. |
make dev | Run development environment |
make logs | See development logs |
make reset | Stop all containers and remove all projets. |