Copy the code and deploy on your machine. Double check for KIT env.
cp .env.example .env
You can generate api token here https://cabinet-new.tk-kit.com/developers/get-token
Once deployed, run:
composer install php artisan migrate php artisan sync:all
This will seed and sync all the data required to make KIT price calculations.