You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joel Quiles edited this page Dec 8, 2023
·
3 revisions
Welcome to the Dojo
This wiki is a developer guide for working with the Dojo Stack.
As of 2023, the base developer setup consists of using a Makefile to generate
the [complex] docker-compose file and handle docker containers state (start, stop).
To that end and to get started, the following dependencies are required on the system:
Unix system with make to run the Makefile commands
docker
docker compose plugin, usually bundled with docker.
Developer QuickStart
The README describes three simple steps to get started without customization: