Welcome! If you are here then you were likely referred to this repo when reporting an error to spacechop/spacechop. The core team is invested in making the best tool for image processing as possible, so when you hit an error it is important to the team that the error is resolved as soon as possible.
Unfortunately, describing an error in GitHub is often not enough to truly understand the reported issue. By creating a small reproduction test case using this template repo the SpaceChop team will be able to identify and fix your error much faster then they could without.
This repo was created with docker-compose for a great developer experience. If you are not using docker-compose then a small reproduction case with your framework of choice would go a long way.
To make changes in the configuration make sure to look at the ./config.yml file where we define the configuration using yaml which will be validated in the SpaceChop docker container.
- Fork this repository to your GitHub account.
- After cloning, install all dependencies with
npm install. - Start the development server with
docker-compose up -d. - Make the changes that will reproduce this error locally.
- When ready, push your changes back to GitHub and let the
SpaceChopteam know where they can be found.