This is the repository with the generated code for the MingleJS demo. It is a simple web application that showcases the capabilities of MingleJS.
Please check the MingleJS documentation for more information.
Click here to visit the live demo.
The original source code is available at ijpatricio/mingle
Thank you, and happy Mingling!
Clone the repository, then:
cp .env.example .env
composer install
php artisan key:generate
touch database/database.sqlite
php artisan migrate:fresh --seed
php artisan serve
# In another terminal
npm ci
npm run dev