> For the complete documentation index, see [llms.txt](https://aegion-dynamic.gitbook.io/nimbus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aegion-dynamic.gitbook.io/nimbus/getting-started/running-hello-world.md).

# Running Hello World

## Single command to Hello World

The following command run in the dev container should get you started and clarify if any of the setup components are not working correctly

```
make hello-world
```

## Understanding the different make commands

TODO - Add descriptions for each of the make commands

## Step by step to Hello World

TODO - Now that all the individual descriptions are present, show how the hello world command is comprised of all the other steps to start something
