Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 358 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 358 Bytes

GitDev

alt

Github like plataform.

Setup

note: create your own .env file

install all dependencies:

$ composer install

start asset server and http server:

$ php artisan serve --port=80
$ yarn dev

run the docker containers:

$ docker compose up -d

and open at http://localhost/register