To build the project, make sure you have docker and python3 installed, and run:
python3 dsom-build make release
Once the build is complete, you should see an executable dsom in the repository root directory. You can use it to run your SOM script, for example:
./dsom -cp ./Smalltalk ./Hello.som
will output
Hello World!