Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 939 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 939 Bytes

MingleJS Logo

MingleJS Demo

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!

Up and running

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