flagsmith
flagsmith copied to clipboard
DevExp: local environment
This is a tracking issue for current problems when trying to bring up Flagsmith locally:
cc @gnumoreno
Common
- [ ] No single documented way of doing this. We should also document prerequisites i.e. pyenv, Docker and npm.
API
- [ ]
make installfailing due to Poetry not updating$PATHout of the box. - [ ]
make servetarget should invokedocker-upanddjango-migratetargets automatically.
Frontend
- [ ]
make buildtarget is incorrect, should invokenpm run bundleinstead ofnpm run build. - [ ] Should add
ENV=localto.env-localto point frontend brought up by themake servetarget to the local API.