- Ensure you have
docker
available - Run
docker compose up
to startunleash
,postgres
, andunleash-proxy
- If you see an error about not being able to create initial admin api tokens, then run:
docker compose down && docker compose up
. Not sure why it has trouble on the first try
- If you see an error about not being able to create initial admin api tokens, then run:
- Run
./bootstrap.sh
to add a new Segment and Feature with that Segment assigned to it - Run
npm install
to install dependencies for running the test - Run
npm test
to see the bug