After forking the framework, start by running the following commands:
mvn clean install
git config --global user.name <Your Name>
git config --global user.email <your@email.com>
git init
git remote add origin <repository_url>
git push --set-upstream origin master
Since the driver is configured to run via Docker, make sure to run this command to initialize the container:
docker compose up --build --force-recreate -d
That's it, let's rock and roll!