exercism / batch-test-runner

GNU Affero General Public License v3.0
1 stars 1 forks source link

Starting with the basics #1

Closed GroophyLifefor closed 8 months ago

GroophyLifefor commented 9 months ago

Ok, for better or worse, we have written the Hello World exercise and here we are going to start parallel work for the test runner, but even if I skim through the readme, I get stuck when everything is given all at once and I say, Hey Murat (my real name) how are you going to start now?

So can we start from the basics and give me a basic idea of how to get started? I'm not very professional especially on how to integrate Docker.

Help wanted from: @ErikSchierboom

ErikSchierboom commented 9 months ago

Sorry, this is a slightly broad question, so I don't know what specifically would be useful. But this is the general idea:

The https://github.com/exercism/batch-test-runner/ repo has some basic files setup to help you get started. Did you check its README.md?

The first steps would be to try and familiarize yourself with the files in the batch test runner repo. Are you on Windows, macOS or *nix?

GroophyLifefor commented 9 months ago

I'm using Windows, and I'm currently trying adapt readme to code at initialize branch.