### Clone and Setup Larasonic Vue Project Source: https://github.com/shipfastlabs/larasonic-vue/blob/main/public/llms.txt This snippet shows the basic commands to clone the Larasonic Vue project from GitHub, install dependencies using Composer, and start the development server. ```shell git clone https://github.com/shipfastlabs/larasonic-vue cd larasonic && composer install php artisan serve composer run setup ``` -------------------------------- ### Install Larasonic with Laravel Installer Source: https://github.com/shipfastlabs/larasonic-vue/blob/main/README.md This command uses the Laravel installer to create a new project with the Larasonic Vue.js starter kit. Ensure you have Composer and the Laravel installer globally installed. ```bash laravel new larasonic --using=shipfastlabs/larasonic-vue ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.