Follow steps
- After cloning the repository, Run
composer installto install all php dependencies. - Run
npm installto install node_modules - Copy .env.example tp .env file and update environment variables.Then run
php artisan migrateto create all table. - Run
php artisan key:generateif no app key is there in env. - Run
npm run buildto create build for production. - Run
php artisan serveto locally serve application.