--- name: runner description: manage how to run the project --- # Runner After Gowok read configuration, runner created in setting up process. Runner will be used to manage how to run the project. Let's see this example: ```go gowok.Run() ``` `Run()` function will start the runner and everything will running immediately.