....
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate --seed
- Run npm install
- Run npm run dev
- That's it - load the homepage, and log in with credentials admin@admin.com / password.
TODO:
- Check all config files and remove unnecessary cfgs