You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
547 B
16 lines
547 B
# 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/)
|