Open v2less opened 6 months ago
Hi @v2less, thanks for checking out!
Please go into the container (docker compose exec --user=app app bash
) and run composer install
. Also, as per readme you will have to run php artisan migrate
in the container as well.
Then you will have to go into the container with nodejs intalled (docker compose exec node bash
) and run yarn dev
(or yarn prod
if you intend to use it on production - but the docker setup contained in the repository is prepared strictly with local development in mind!)
Please let me know if these worked and then I'll clarify the readme further. I realized now it might have been a little bit unclear.