Our Apeer Module Debugger is an application that can be used to build and run APEER modules locally
- You can read a comprehensive tutorial at https://docs.apeer.com/create-modules/module-debugging
- Make sure docker is installed (for windows, make sure that you have shared your drive with docker)
- Select your module folder
- Click on "Build module"
- Choose the inputs for your module (currently only supports file, number and string inputs)
- Click on "Run module"
Selected input files will be copied to a new "input" folder in your module folder and the output of your module will be available in "output" folder also in your module folder