To build your docker images, run the command
docker-compose build
At the root level run the command
docker-compose up
Then go to the localhost:3000 website.
Then go to the localhost:8080 hasura console.
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker system prune