01 -) Clone:
$ git clone https://github.com/thiiagoms/reborn
02 -) Go to reborn
directory:
$ cd reborn
reborn $
03 -) Copy .env.example
to .env
:
reborn $ cp .env.example .env
04 -) Setup containers with docker-compose
:
reborn $ docker-compose up -d
05 -) Install reborn
dependencies:
reborn $ docker-compose exec app composer install
reborn $ docker-compose exec app php artisan key:generate
reborn $ docker-compose exec app php artisan migrate
reborn $ docker-compose exec app npm ci
reborn $ docker-compose exec app npm run build
06 -) Go to http://localhost:8000
FY: All notifications are sending to mailhog container (http://localhost:8025
)