Installation
To install and run Pioneer, GitHub and Docker are required.
Clone GitHub repository#
git clone https://github.com/pioneer-io/pioneer.gitcd pioneerRun Docker#
Running 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 Interface#
Visit http://localhost:3000 and start creating your own feature flags!
