This sections describes how to run the local development environment using Docker.
Note:
- This is not required option, you can run the project locally without Docker
- For this option you need to have
make
anddocker
make dev-up
will build the Docker image, run dev container and enter to the container.make dev-exec
enters to running container.make dev-down
stops and removes the running container.