Instructions to run the project (with Laravel Sail):
# Clone the repository and run the following commands
composer install
cp .env.example .env
php artisan key:generate
# Start the docker and run
./vendor/bin/sail up
php artisan app:parse-file {file_path}
# directory
php artisan app:parse-file --d={directory_path}