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

Last updated