Installation
To install and run Pioneer, GitHub and Docker are required.
#
Clone GitHub repositorygit clone https://github.com/pioneer-io/pioneer.gitcd pioneer
#
Run DockerRunning the docker-compose.yml
file provided will create a single Docker network that runs all of the Pioneer application components.
To start the Pioneer application:
docker-compose up
#
Access the User InterfaceVisit http://localhost:3000
and start creating your own feature flags!