y u no memo ???
actually it has started as a humble side project of my personal website.
there's even a full walkthrough of how it was originally built -- give it a read if you speak Korean.
Sail it dude
cp -n .env.example .env
docker run --rm -v "$(pwd):/app" -w /app composer install
./vendor/bin/sail up -d
./vendor/bin/sail artisan key:generate
./vendor/bin/sail artisan migrate
./vendor/bin/sail npm i
./vendor/bin/sail npm run dev