Installation

Download Docker

Setup Server and Laravel

$ docker-compose up -d --build

Setup Frontend (React)

$ cd frontend
$ yarn install
$ yarn dev