Install the nexus-tool:

dotnet tool install --global nexus-tool

From an empty directory run:

nexus init "hello-world"

Add your own service (optional):

nexus add service "new-service"

A detailed guide on how to add new services can be found here

Run the supporting services:

nexus run local

Develop/Run services from the IDE as necessary