Active Branch: v0.0.1 After cloning this repo, do the following steps: composer install npm install Duplicate the .env.example file and rename it to .env Setup database connection Run php artisan migrate Run php artisan key:generate Run php artisan serve Run npm run dev