Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 370 Bytes

featureflags

Run Flagd

From project root run: docker run --rm -it --name flagd -p 8013:8013 -v $(pwd)/flagd-docker:/etc/flagd ghcr.io/open-feature/flagd:latest start --uri file:./etc/flagd/flagd.json

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev