You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in the project !
Launching the app is kind of tricky right now because we have some configuration that only works in production.
You can check out this commit though : 23152a6
With this changes (do not forget to populate API keys with your data) you should be able to launch the project with the following command:
docker-compose -f docker-compose.yml -f docker-compose-local.yml -f docker-compose-envlocal.yml up -d
Do not forget tu run npm install in the huitparfait-api, huitparfait-auth and huitparfait-front folders before that.
The problem is that we cannot commit theses changes, it would fail on production.
I know this is not the best process but we had to launch features on time... ;-)
I'm also trying to run it locally, but first time I'm using Docker.
Everything seems OK after docker-compose command, but what to do next ? No open ports on localhost...
Can we have instructions for starting the projet in local and prod environment ?
I've tested with docker but i've multiple npm errors.
Thanks
The text was updated successfully, but these errors were encountered: