Quick Run
Quick Run for Illustration
Install Docker Desktop on Windows and Mac
Install Docker Engine on Ubuntu
Always install the latest version
Run the following commands in the project's directory, this will take a while
docker-compose build --parallel
docker-compose up
Open http://localhost:3000
Stop the Platform
docker-compose stop