In order to run the environment follow the steps :)
- Startup the containers. This will take care to download the images and install the dependencies which are not included in the zip (vendor, node_modules)
make start
Follow the logs to understand when the bootstrap is complete.
make logs
- Run the database migrations:
make migrate-db
-
Now you should be able to navigate the app on localhost :)
-
To stop the execution:
make stop
Frontend: http://localhost