Build Clone Trello with Laravel+Vue.js+GraphQL+Tailwind CSS
git clone
composer install
npm install
Rename or copy .env.example file to .env
php artisan key:generate
docker-compose up --build -d
or
php artisan serve