diff --git a/README.md b/README.md index 1b3fb62..71a9c57 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# bullet-train-docker \ No newline at end of file +# Bullet Train in Docker + +You can use this repo to set up an entire Bullet Train environment locally. Just clone the repo and run docker-compose: + +```bash +git clone https://github.com/BulletTrainHQ/bullet-train-docker.git +docker-compose up +``` + +Wait for the images to download and run, then visit `http://localhost:8080/`. As a first step, you will need to create a new account. + +For more information, please visit: + +- [Bullet Train Feature Flag Homepage](https://www.bullet-train.io) +- [Bullet Train Documentation](https://docs.bullet-train.io/)