In order to use the project you need to do the following:
- Git Clone
- Rename .env.example into .env
- Create a new database on the server/locally
- Go to .env file. Change DB_DATABASE = database_you_created
- npm install
- npm run watch
- php artisan key:generate
- php artisan migrate
- php artisan serve