Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 606 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 606 Bytes

About Team Dashboard

Specially designed for remote teams spread across multiple timezones. Dashboard allows user to see the local times of team members and whether they are currently available. Can also preview future times to make meeting scheduling easier.

Built with Laravel Livewire.

Demo

View a demo dashboard here.

Installation

Copy .env.example to .env and fill in your local configuration (php artisan key:generate, database, etc)

composer install
php artisan migrate --seed