### Install NativePHP Kitchen Sink App Source: https://github.com/nativephp/kitchen-sink/blob/main/README.md Steps to clone the NativePHP Kitchen Sink repository, install dependencies using Composer and npm, and run the development environment to launch the application. ```Shell git clone git@github.com:NativePHP/kitchen-sink.git cd kitchen-sink composer install && npm i composer native:dev ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.