Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 569 Bytes

Kanban Board

Kanban Board livestream project.

The main branch contains the base project. If you want to see the chages made on each livestream, make sure to check the specific branch for each week.

Installation

git clone [email protected]:tuto1902/kanban-board.git

cd kanban-board

composer install

cp .env.example .env

php artisan key:generate

npm install

php artisan migrate

npm run build

-- Only if you are not using Laravel Herd
php artisan serve

Go to http://localhost:8000

Or, if you are using Laravel Herd, visit http://kanban-board.test/