Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 923 Bytes

readme.md

File metadata and controls

38 lines (30 loc) · 923 Bytes

lmt

legnicki meetup technologiczny

./screenshot.png

Docker environment:

Copy .env.example to .env and set your environment variables:

cp .env.example .env

Build app containers:

make build

Run containers:

make run

Enter the app container with make shell, then install php and node dependencies:

composer install
npm install

Run make tailwind to build stylesheets:

  make tailwind

The website should be available at localhost:8051 and lmt.blumilk.localhost if we use a Blumilk local traefik proxy.

service container name default external port
app lmt-dev-app-container 8051
mailpit lmt-dev-mailpit-container 8052