Notes for Clean Code
- Ensure you have docker installed. If not checkout the installation steps.
- Install the GitPitch Trial mode docker image. More details here
docker pull gitpitch/trial
- Run the Docker image using the command below. More details here
docker run -it -v <INSERT A LOCAL DIR HERE>:/repo -p 9000:9000 gitpitch/trial